method
help
v6.0.0 -
Show latest stable
- Class:
Rails::Command::Base
help()public
No documentation available.
# File railties/lib/rails/command/base.rb, line 156
def help
if command_name = self.class.command_name
self.class.command_help(shell, command_name)
else
super
end
end