Class: Expgen::Nodes::Group

Inherits:
Node
  • Object
show all
Defined in:
lib/expgen/nodes.rb

Instance Attribute Summary

Attributes inherited from Node

#ast

Instance Method Summary collapse

Methods inherited from Node

#initialize, #max, #repeat

Constructor Details

This class inherits a constructor from Expgen::Nodes::Node

Instance Method Details

#elementsObject



20
21
22
# File 'lib/expgen/nodes.rb', line 20

def elements
  ast[:elements]
end