class RDoc::Parser::C

def remove_commented_out_lines

def remove_commented_out_lines
  @content.gsub!(%r{//.*rb_define_}, '//')
end