Method: Bundler.ui

Defined in:
lib/bundler.rb

.uiObject



88
89
90
# File 'lib/bundler.rb', line 88

def ui
  (defined?(@ui) && @ui) || (self.ui = UI::Shell.new)
end