Class: VSM::ToolCapsule
- Inherits:
-
Object
- Object
- VSM::ToolCapsule
- Includes:
- ActsAsTool
- Defined in:
- lib/vsm/tool/capsule.rb
Direct Known Subclasses
Instance Attribute Summary collapse
Method Summary
Methods included from ActsAsTool
Instance Attribute Details
#governance ⇒ Object
6 7 8 9 10 |
# File 'lib/vsm/tool/capsule.rb', line 6 def governance = @governance || (raise "governance not injected") # Subclasses implement: # def run(args) ... end # Optional: # def execution_mode = :fiber | :thread |