Top Level Namespace
Defined Under Namespace
Classes: AssociationHelper, Machine, MachineGroup, MachineNotFoundError, Sequence
Instance Method Summary collapse
-
#Machine(name, attributes = {}, &block) ⇒ Object
Shorthand method for building a machine, is an alias for Machine.build(name, attributes).
-
#Machine!(name, attributes = {}, &block) ⇒ Object
And the same drill for building a machine and saving the result.