Class: Faml::Ast::Root
- Inherits:
-
Struct
- Object
- Struct
- Faml::Ast::Root
- Includes:
- HasChildren
- Defined in:
- lib/faml/ast.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
Method Summary
Methods included from HasChildren
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
14 15 16 |
# File 'lib/faml/ast.rb', line 14 def children @children end |