Method: PUNK::Command#process

Defined in:
lib/punk/framework/command.rb

#processObject

Raises:



53
54
55
# File 'lib/punk/framework/command.rb', line 53

def process
  raise NotImplemented, "command must provide process method"
end