Module: EDNGRAMMAR::Embedded1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
1987 1988 1989 1990 1991 1992 1993 1994 |
# File 'lib/parser/edngrammar.rb', line 1987 def ast sn = seq.ast if CBOR::Sequence === sn sn.to_cborseq else CBOR.encode(sn) end end |