class Bundler::UI::Shell

def debug(msg, newline = nil)

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