Class | Rye::Set |
In: |
lib/rye/set.rb
|
Parent: | Object |
boxes | [R] | |
name | [R] | |
opts | [R] | |
parallel | [RW] | Run commands in parallel? A Boolean value. Default: false. |
Catches calls to Rye::Box commands. If meth is the name of an instance method defined in Rye::Cmd then we call it against all the boxes in +@boxes+. Otherwise this method raises a Rye::CommandNotFound exception. It will also raise a Rye::NoBoxes exception if this set has no boxes defined.
Returns a Rye::Rap object containing the responses from each Rye::Box.
Add an environment variable. n and v are the name and value. Returns the instance of Rye::Set