Module: EDNGRAMMAR::Array3
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 |
# File 'lib/parser/edngrammar.rb', line 1474 def ast r = if e = elements[2].elements [e[0].ast] + e[2].elements.map {|x| x.item.ast } else [] end if spec.ast r.cbor_stream! end r end |