Sha256: 185e0d0f196e8e97af093c29a9da6a6103cf38a88fcaacfe84be412097ca2272
Contents?: true
Size: 400 Bytes
Versions: 4
Compression:
Stored size: 400 Bytes
Contents
# frozen_string_literal: true module AnnotateRb module ModelAnnotator module IndexAnnotation autoload :AnnotationBuilder, "annotate_rb/model_annotator/index_annotation/annotation_builder" autoload :IndexComponent, "annotate_rb/model_annotator/index_annotation/index_component" autoload :Annotation, "annotate_rb/model_annotator/index_annotation/annotation" end end end
Version data entries
4 entries across 4 versions & 1 rubygems