Sha256: bda8dcb3238c692d2f97c409155164f81016dffe36e186d6a3fcb88358a40fc1
Contents?: true
Size: 234 Bytes
Versions: 124
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true module Rails module Command class HelpCommand < Base # :nodoc: hide_command! def help(*) say self.class.desc Rails::Command.print_commands end end end end
Version data entries
124 entries across 117 versions & 11 rubygems