class Bundler::UI::Shell

def warn(msg, newline = nil)

def warn(msg, newline = nil)
  tell_me(msg, :yellow, newline) if level("warn")
end