Method: Mongrel::Command::Base#run

Defined in:
lib/mongrel/command.rb

#runObject

Runs the command doing it’s job. You should implement this otherwise it will throw a NotImplementedError as a reminder.

Raises:

  • (NotImplementedError)


88
89
90
# File 'lib/mongrel/command.rb', line 88

def run
  raise NotImplementedError
end