Sha256: dcbcee410f797d3890b7b360871ef768df46ea56f045f3d8bf7e8118f0b050aa
Contents?: true
Size: 339 Bytes
Versions: 4
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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
annotaterb-4.1.1 | lib/annotate_rb/commands.rb |
annotaterb-4.1.0 | lib/annotate_rb/commands.rb |
annotaterb-4.0.0 | lib/annotate_rb/commands.rb |
annotaterb-4.0.0.beta.1 | lib/annotate_rb/commands.rb |