From 9493b9151cddc908c5a8693ac722209e85cd0993 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Wed, 8 Jan 2014 18:48:31 -0800 Subject: autoload is at least more consistent --- lib/bundler/ui.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/bundler/ui.rb') 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 -- cgit v1.2.1