method
printing_commands
v8.0.0 -
Show latest stable
- Class:
Rails::Command::Base
printing_commands()public
No documentation available.
# 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