class RDoc::Parser::C

def remove_commented_out_lines

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