class Riml::CurlyBraceVariable

Public Instance Methods

<<(part) click to toggle source
# File lib/riml/nodes.rb, line 552
def <<(part)
  parts << part
  self
end
children() click to toggle source
# File lib/riml/nodes.rb, line 557
def children
  parts
end