method

help

help(*)
public

No documentation available.

# File railties/lib/rails/commands/help/help_command.rb, line 8
      def help(*)
        say self.class.desc

        Rails::Command.print_commands
      end