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