class Rails::Command::RunnerCommand

def help(command_name = nil, *)

def help(command_name = nil, *)
  super
  if command_name == "runner"
    say ""
    say self.class.class_usage
  end
end