method

help

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