Sha256: 3bb02737d78d71ed5e9f62bc1e2dcc2549a64ce736a855d6d4aea1b834e8a90f

Contents?: true

Size: 525 Bytes

Versions: 4

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

4 entries across 4 versions & 1 rubygems

Version Path
annotaterb-4.1.1 lib/annotate_rb/route_annotator.rb
annotaterb-4.1.0 lib/annotate_rb/route_annotator.rb
annotaterb-4.0.0 lib/annotate_rb/route_annotator.rb
annotaterb-4.0.0.beta.1 lib/annotate_rb/route_annotator.rb