Module: EDNGRAMMAR::Embedded1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
1286 1287 1288 1289 1290 1291 1292 1293 |
# File 'lib/parser/edngrammar.rb', line 1286 def ast sn = seq.ast if CBOR::Sequence === sn sn.to_cborseq else CBOR.encode(sn) end end |