Class: ManaMana::RDSL::GroupNode
- Inherits:
-
NodeWithOffset
- Object
- Node
- NodeWithOffset
- ManaMana::RDSL::GroupNode
- Defined in:
- lib/manamana/rdsl/nodes.rb
Instance Attribute Summary
Attributes inherited from NodeWithOffset
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from NodeWithOffset
Methods inherited from Node
Constructor Details
This class inherits a constructor from ManaMana::RDSL::NodeWithOffset
Instance Method Details
#all_requirements ⇒ Object
42 43 44 |
# File 'lib/manamana/rdsl/nodes.rb', line 42 def all_requirements requirements.map{ |r| r. }.flatten end |
#requirements ⇒ Object
46 47 48 |
# File 'lib/manamana/rdsl/nodes.rb', line 46 def requirements children end |