Class: Slaw::ZA::Act::ScheduleContainer
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Slaw::ZA::Act::ScheduleContainer
- Defined in:
- lib/slaw/za/act_nodes.rb
Instance Method Summary collapse
Instance Method Details
#to_xml(b) ⇒ Object
408 409 410 411 412 413 414 |
# File 'lib/slaw/za/act_nodes.rb', line 408 def to_xml(b) b.components { |b| schedules.children.elements.each_with_index { |e, i| e.to_xml(b, "", i+1) } } end |