Module: JPTGRAMMAR::StringLiteral3

Defined in:
lib/parser/jptgrammar.rb

Instance Method Summary collapse

Instance Method Details

#astObject



366
367
368
# File 'lib/parser/jptgrammar.rb', line 366

def ast
  elements[1].elements.map(&:ast).join
end