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