Module: EDNGRAMMAR::Embedded1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
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 |