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