# File lib/rdoc/generator/darkfish.rb, line 107
  def debug_msg *msg
    return unless $DEBUG_RDOC
    $stderr.puts(*msg)
  end