class Bundler::UI::Shell

def confirm(msg, newline = nil)

def confirm(msg, newline = nil)
  tell_me(msg, :green, newline) if level("confirm")
end