Class: Openbox::Command

Inherits:
Thor::Group
  • Object
show all
Defined in:
lib/openbox/command.rb

Overview

The base command of openbox

Since:

  • 0.1.0

Instance Method Summary collapse

Instance Method Details

#executeObject

Execute command

Raises:

  • (NotImplementedError)

Since:

  • 0.1.0



13
14
15
# File 'lib/openbox/command.rb', line 13

def execute
  raise NotImplementedError
end