Module: EDNGRAMMAR::Sqstr1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
1763 1764 1765 |
# File 'lib/parser/edngrammar.rb', line 1763 def ast elements[1].elements.map {|x| x.ast}.join.b # XXX .b end |