Module: EDNGRAMMAR::AppString1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
-
#ast ⇒ Object
XXX ignoring h and b64.
Instance Method Details
#ast ⇒ Object
XXX ignoring h and b64
1696 1697 1698 1699 1700 |
# File 'lib/parser/edngrammar.rb', line 1696 def ast # XXX ignoring h and b64 data = sqstr.ast.force_encoding(Encoding::UTF_8) # XXX undo .b app = app_prefix.text_value ::EDNGRAMMAR::APPS[app].decode(app, data) end |