Method: Ckancli::Command#execute
- Defined in:
- lib/ckancli/command.rb
#execute ⇒ Object
Execute this command
14 15 16 17 18 19 |
# File 'lib/ckancli/command.rb', line 14 def execute(*) raise( NotImplementedError, "#{self.class}##{__method__} must be implemented" ) end |