bundle-new/lib/bundler/ui.rb

8 lines
167 B
Ruby
Raw Permalink Normal View History

2019-10-06 15:45:34 +00:00
module Bundler
module UI
autoload :RGProxy, 'bundler/ui/rg_proxy'
autoload :Shell, 'bundler/ui/shell'
autoload :Silent, 'bundler/ui/silent'
end
end