Class: Slaw::ZA::Act::GroupNode

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/slaw/za/act_nodes.rb

Instance Method Summary collapse

Instance Method Details

#to_xml(b, *args) ⇒ Object



88
89
90
# File 'lib/slaw/za/act_nodes.rb', line 88

def to_xml(b, *args)
  children.elements.each { |e| e.to_xml(b, *args) }
end