Class: Wlog::Commandable

Inherits:
Object
  • Object
show all
Defined in:
lib/wlog/commands/commandable.rb

Overview

Author:

  • Simon Symeonidis

Instance Method Summary collapse

Instance Method Details

#executeObject



5
6
7
# File 'lib/wlog/commands/commandable.rb', line 5

def execute
  throw NotImplementedError
end