summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-06-07 22:57:23 -0700
committerAndre Arko <andre@arko.net>2015-06-07 22:57:23 -0700
commit849c649632b71111a06e71c0170ba966aca60d04 (patch)
tree13bfa3d96cf2b3d03917918af997e1d7628e7b93
parent2a73e2d450d179a31f8ba50ba32b1c9bf3db8930 (diff)
downloadbundler-849c649632b71111a06e71c0170ba966aca60d04.tar.gz
Bundler.ui is now lazy-created
-rw-r--r--lib/bundler/cli.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index 8ac5e58e31..1bc25489fd 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -6,13 +6,6 @@ module Bundler
include Thor::Actions
AUTO_INSTALL_CMDS = %w[show binstubs outdated exec open console licenses clean]
- def self.start(*)
- super
- rescue Exception => e
- Bundler.ui = UI::Shell.new
- raise e
- end
-
def initialize(*args)
super
current_cmd = args.last[:current_command].name