Method: Rails::Command::Base.printing_commands
- Defined in:
- railties/lib/rails/command/base.rb
.printing_commands ⇒ Object
76 77 78 79 80 |
# File 'railties/lib/rails/command/base.rb', line 76 def printing_commands commands.filter_map do |name, command| [namespaced_name(name), command.description] unless command.hidden? end end |