Class: Slaw::ZA::Act::Body

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) ⇒ Object



80
81
82
83
84
# File 'lib/slaw/za/act_nodes.rb', line 80

def to_xml(b)
  b.body { |b|
    children.elements.each { |e| e.to_xml(b, '') }
  }
end