# File lib/rhc/highline_extensions.rb, line 18
  def debug(msg)
    $stderr.puts "DEBUG: #{msg}" if debug?
  end