summaryrefslogtreecommitdiff
path: root/lib/bundler/ui.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-01-08 18:48:31 -0800
committerAndre Arko <andre@arko.net>2014-01-08 18:48:31 -0800
commit9493b9151cddc908c5a8693ac722209e85cd0993 (patch)
tree4729ed2b8400b2c0081fbf369fb599704e3e307e /lib/bundler/ui.rb
parent1135748f311901029731608cf326e54c56428ff1 (diff)
downloadbundler-9493b9151cddc908c5a8693ac722209e85cd0993.tar.gz
autoload is at least more consistent
Diffstat (limited to 'lib/bundler/ui.rb')
-rw-r--r--lib/bundler/ui.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bundler/ui.rb b/lib/bundler/ui.rb
index 238537f6b8..074c729c6b 100644
--- a/lib/bundler/ui.rb
+++ b/lib/bundler/ui.rb
@@ -1,5 +1,8 @@
module Bundler
class UI
+ autoload :RGProxy, 'bundler/ui/rg_proxy'
+ autoload :Shell, 'bundler/ui/shell'
+
def warn(message, newline = nil)
end