method

help

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: RunnerCommand
help(command_name = nil, *) public

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/commands/runner/runner_command.rb, line 11
        def help(command_name = nil, *)
          super
          if command_name == "runner"
            say ""
            say self.class.class_usage
          end
        end
Register or log in to add new notes.