Class: Gemite::AST::ArrayLiteral
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::ArrayLiteral
- Defined in:
- lib/gemite/ast.rb
Instance Attribute Summary collapse
-
#elements ⇒ Object
Returns the value of attribute elements.
Instance Attribute Details
#elements ⇒ Object
Returns the value of attribute elements
12 13 14 |
# File 'lib/gemite/ast.rb', line 12 def elements @elements end |