Method: PUNK::Command#process
- Defined in:
- lib/punk/framework/command.rb
#process ⇒ Object
53 54 55 |
# File 'lib/punk/framework/command.rb', line 53 def process raise NotImplemented, "command must provide process method" end |
53 54 55 |
# File 'lib/punk/framework/command.rb', line 53 def process raise NotImplemented, "command must provide process method" end |