Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
debug_msg(*msg)
public
Output progress information if debugging is enabled
# File lib/rdoc/generator/json_index.rb, line 119
def debug_msg *msg
return unless $DEBUG_RDOC
$stderr.puts(*msg)
end