Method: Docman::Command#execute
- Defined in:
- lib/docman/commands/command.rb
#execute ⇒ Object
This method is abstract.
101 102 103 |
# File 'lib/docman/commands/command.rb', line 101 def execute raise NoMethodError.new("Please define #execute for #{self.class.name}", '') end |