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