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