Class: Koch::Run
Overview
A single command to run
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
Constructor Details
This class inherits a constructor from Koch::Resource
Instance Method Details
#apply! ⇒ Object
8 9 10 11 |
# File 'lib/koch/run.rb', line 8 def apply! @changed = true maybe(command || name) end |