class RDoc::Parser::Simple

def remove_coding_comment text

def remove_coding_comment text
  text.sub(/\A# .*coding[=:].*$/, '')
end