class Bundler::UI::Shell

def debug(msg)

def debug(msg)
  @shell.say(msg) if @debug && !@quiet
end