This method is deprecated or moved on the latest stable version.
The last existing version (v7.0.0) is shown here.
help()
public
No documentation available.
# File railties/lib/rails/command/base.rb, line 174
def help
if command_name = self.class.command_name
self.class.command_help(shell, command_name)
else
super
end
end