Method: RDoc::Generator::JsonIndex#debug_msg

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

#debug_msg(*msg) ⇒ Object

Output progress information if debugging is enabled



123
124
125
126
# File 'lib/rdoc/generator/json_index.rb', line 123

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