1911 1912 1913 1914 1915 1916 1917 1918
# File 'lib/parser/edngrammar.rb', line 1911 def ast sn = seq.ast if CBOR::Sequence === sn sn.to_cborseq else CBOR.encode(sn) end end