method

new

rails latest stable - Class: Rails::SourceAnnotationExtractor::ParserExtractor::Parser
new(source, pattern:)
public

No documentation available.

# File railties/lib/rails/source_annotation_extractor.rb, line 22
        def initialize(source, pattern))
          super(source)
          @pattern = pattern
          @comments = []
        end