class Bundler::UI::Silent

def yes?(msg)

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