Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
remove_commented_out_lines()
private
removes lines that are commented out that might otherwise get picked up
when scanning for classes and methods
# File lib/rdoc/parsers/parse_c.rb, line 226
def remove_commented_out_lines
@body.gsub!(%r{//.*rb_define_}, '//')
end