Method: Bundler::UI::Silent#no?

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

#no?(msg) ⇒ Boolean

Returns:

  • (Boolean)
[View source]

70
71
72
# File 'lib/bundler/ui/silent.rb', line 70

def no?(msg)
  raise "Cannot ask no? with a silent shell"
end