Module: EDNGRAMMAR::Sqstr1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#astObject



2495
2496
2497
# File 'lib/parser/edngrammar.rb', line 2495

def ast
  elements[1].elements.map {|x| x.ast}.join.b # XXX .b
end