Method: ActiveCommand::Command#execute
- Defined in:
- lib/active_command/command.rb
#execute ⇒ Object
39 40 41 |
# File 'lib/active_command/command.rb', line 39 def execute raise NotImplementedError, "#{self.class.name} does not implement an execute method" end |