class Bundler::UI::Shell

def info(msg, newline = nil)

def info(msg, newline = nil)
  tell_me(msg, nil, newline) if level("info")
end