Method: RDoc::Generator::Darkfish#debug_msg

Defined in:
lib/rdoc/generator/darkfish.rb

#debug_msg(*msg) ⇒ Object

Output progress information if debugging is enabled



182
183
184
185
# File 'lib/rdoc/generator/darkfish.rb', line 182

def debug_msg *msg
  return unless $DEBUG_RDOC
  $stderr.puts(*msg)
end