Class: Slaw::Grammars::GroupNode

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

Instance Method Summary collapse

Instance Method Details

#to_xml(b, *args) ⇒ Object



4
5
6
# File 'lib/slaw/grammars/core_nodes.rb', line 4

def to_xml(b, *args)
  children.elements.each { |e| e.to_xml(b, *args) }
end