method
help
rails latest stable - Class:
Rails::Command::RunnerCommand
help(command_name = nil, *)public
No documentation available.
# 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