Method: Mongrel::Command::Base#run
- Defined in:
- lib/mongrel/command.rb
#run ⇒ Object
Runs the command doing it’s job. You should implement this otherwise it will throw a NotImplementedError as a reminder.
88 89 90 |
# File 'lib/mongrel/command.rb', line 88 def run raise NotImplementedError end |