Class: Slaw::Grammars::Schedules::ScheduleStatement

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

Instance Method Summary collapse

Instance Method Details

#to_xml(b, idprefix) ⇒ Object



115
116
117
# File 'lib/slaw/grammars/schedules_nodes.rb', line 115

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