class Rootage::CommandContext

CommandContext is a context used for action.

Public Instance Methods

quit() click to toggle source

quite the sequecen.

# File lib/rootage/command.rb, line 12
def quit
  throw :rootage_quit_sequence, false
end
stop() click to toggle source

Stop the item.

# File lib/rootage/command.rb, line 7
def stop
  throw :rootage_stop_item, false
end