Class: Fusion::ArrLit
- Inherits:
-
Struct
- Object
- Struct
- Fusion::ArrLit
- Defined in:
- lib/fusion.rb
Overview
elems: [[:item|:spread, expr], …]
Instance Attribute Summary collapse
-
#elems ⇒ Object
Returns the value of attribute elems.
Instance Attribute Details
#elems ⇒ Object
Returns the value of attribute elems
217 218 219 |
# File 'lib/fusion.rb', line 217 def elems @elems end |