# File lib/bundler/cli.rb, line 39 def initialize(*) super Bundler.ui = UI::Shell.new(shell) Gem::DefaultUserInteraction.ui = UI::RGProxy.new(Bundler.ui) end