Sha256: e561b2e81db6360aa561adcc96da5205e05aaf6688a6fc0051da608e21d99d97

Contents?: true

Size: 470 Bytes

Versions: 2

Compression:

Stored size: 470 Bytes

Contents

# frozen_string_literal: true

module AnnotateRb
  module ModelAnnotator
    module FileParser
      autoload :AnnotationFinder, "annotate_rb/model_annotator/file_parser/annotation_finder"
      autoload :CustomParser, "annotate_rb/model_annotator/file_parser/custom_parser"
      autoload :ParsedFile, "annotate_rb/model_annotator/file_parser/parsed_file"
      autoload :ParsedFileResult, "annotate_rb/model_annotator/file_parser/parsed_file_result"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
annotaterb-4.7.0 lib/annotate_rb/model_annotator/file_parser.rb
annotaterb-4.6.0 lib/annotate_rb/model_annotator/file_parser.rb