2065 2066 2067 2068 2069 2070 2071 2072
# File 'lib/parser/edngrammar.rb', line 2065 def ast sn = seq.ast if CBOR::Sequence === sn sn.to_cborseq else CBOR.encode(sn) end end