class Bundler::UI::Shell

def confirm(msg)

def confirm(msg)
  @shell.say(msg, :green) if !@quiet
end