Sha256: 1694ea6f839dff9acf6ffe9059561a5206f2e96dcc35755c4d9693e120c199f2

Contents?: true

Size: 339 Bytes

Versions: 15

Compression:

Stored size: 339 Bytes

Contents

# frozen_string_literal: true

module AnnotateRb
  module Commands
    autoload :PrintVersion, "annotate_rb/commands/print_version"
    autoload :PrintHelp, "annotate_rb/commands/print_help"
    autoload :AnnotateModels, "annotate_rb/commands/annotate_models"
    autoload :AnnotateRoutes, "annotate_rb/commands/annotate_routes"
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

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