class Bundler::UI::Shell

def error(msg, newline = nil)

def error(msg, newline = nil)
  tell_me(msg, :red, newline) if level("error")
end