Method: Bundler::UI::Shell#ask

Defined in:
lib/bundler/ui/shell.rb

#ask(msg) ⇒ Object



82
83
84
# File 'lib/bundler/ui/shell.rb', line 82

def ask(msg)
  @shell.ask(msg)
end