module CORAL::Body2
Public Instance Methods
ast()
click to toggle source
# File lib/coral.rb, line 26 def ast ["coral", *elements[1].elements.map{|el| el.elements[0].ast}] end
# File lib/coral.rb, line 26 def ast ["coral", *elements[1].elements.map{|el| el.elements[0].ast}] end