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.
remove_commented_out_lines()
public
Removes lines that are commented out that might otherwise get picked up
when scanning for classes and methods
# File lib/rdoc/parser/c.rb, line 1200
def remove_commented_out_lines
@content.gsub!(%//.*rb_define_%, '//')
end