Module: EDNGRAMMAR::Number1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
232 233 234 235 236 237 |
# File 'lib/parser/edngrammar.rb', line 232 def ast if ei = spec.text_value[1..-1] warn "*** ignoring unimplemented encoding indicator #{ei.inspect} for #{elements[0].text_value}" end elements[0].ast end |