Method: Docman::Command#execute

Defined in:
lib/docman/commands/command.rb

#executeObject

This method is abstract.

Raises:

  • (NoMethodError)


101
102
103
# File 'lib/docman/commands/command.rb', line 101

def execute
  raise NoMethodError.new("Please define #execute for #{self.class.name}", '')
end