remove_commented_out_lines()
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