instance method
help
Ruby on Rails 5.2.8.1
Since v5.2.8.1 Last seen in v7.0.10Signature
help()
No documentation comment.
Source
# File railties/lib/rails/command/base.rb, line 152
def help
if command_name = self.class.command_name
self.class.command_help(shell, command_name)
else
super
end
end
Defined in railties/lib/rails/command/base.rb line 152
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Command::Base