class Rails::SourceAnnotationExtractor::ParserExtractor::Parser
def on_comment(value)
def on_comment(value) @comments << Annotation.new(lineno, $1, $2) if value =~ pattern end
def on_comment(value) @comments << Annotation.new(lineno, $1, $2) if value =~ pattern end