Class: Slaw::ZA::Act::ScheduleStatement
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Slaw::ZA::Act::ScheduleStatement
- 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 |