Flowdock
method

commands

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Command
commands() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/command.rb, line 93
        def commands
          lookup!

          visible_commands = (subclasses - hidden_commands).flat_map(&:printing_commands)

          (visible_commands - COMMANDS_IN_USAGE).sort
        end
Register or log in to add new notes.