Module: EDNGRAMMAR::Tagged1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
950 951 952 |
# File 'lib/parser/edngrammar.rb', line 950 def ast CBOR::Tagged.new(uint.text_value.to_i, item.ast) end |