Class: Slaw::ZA::Act::ScheduleStatement

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



479
480
481
# File 'lib/slaw/za/act_nodes.rb', line 479

def to_xml(b, idprefix)
  b.p { |b| clauses.to_xml(b, idprefix) } if clauses
end