Sha256: a965a3d3219975856b5390a44415af5d8207c4f8e681f91a09c09ca6d0352fa4

Contents?: true

Size: 525 Bytes

Versions: 15

Compression:

Stored size: 525 Bytes

Contents

# frozen_string_literal: true

module AnnotateRb
  module RouteAnnotator
    autoload :Annotator, "annotate_rb/route_annotator/annotator"
    autoload :Helper, "annotate_rb/route_annotator/helper"
    autoload :HeaderGenerator, "annotate_rb/route_annotator/header_generator"
    autoload :BaseProcessor, "annotate_rb/route_annotator/base_processor"
    autoload :AnnotationProcessor, "annotate_rb/route_annotator/annotation_processor"
    autoload :RemovalProcessor, "annotate_rb/route_annotator/removal_processor"
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
annotaterb-4.13.0 lib/annotate_rb/route_annotator.rb
annotaterb-4.12.0 lib/annotate_rb/route_annotator.rb
annotaterb-4.11.0 lib/annotate_rb/route_annotator.rb
annotaterb-4.10.2 lib/annotate_rb/route_annotator.rb
annotaterb-4.10.1 lib/annotate_rb/route_annotator.rb
annotaterb-4.10.0 lib/annotate_rb/route_annotator.rb
annotaterb-4.9.0 lib/annotate_rb/route_annotator.rb
annotaterb-4.7.0 lib/annotate_rb/route_annotator.rb
annotaterb-4.6.0 lib/annotate_rb/route_annotator.rb
annotaterb-4.5.0 lib/annotate_rb/route_annotator.rb
annotaterb-4.4.1 lib/annotate_rb/route_annotator.rb
annotaterb-4.4.0 lib/annotate_rb/route_annotator.rb
annotaterb-4.3.1 lib/annotate_rb/route_annotator.rb
annotaterb-4.3.0 lib/annotate_rb/route_annotator.rb
annotaterb-4.2.0 lib/annotate_rb/route_annotator.rb