method
on_comment
v8.1.1 -
Show latest stable
- Class:
Rails::SourceAnnotationExtractor::ParserExtractor::Parser
on_comment(value)public
No documentation available.
# File railties/lib/rails/source_annotation_extractor.rb, line 44
def on_comment(value)
@comments << Annotation.new(lineno, $1, $2) if value =~ pattern
end