Class: Slaw::ZA::Act::NakedStatement

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



287
288
289
# File 'lib/slaw/za/act_nodes.rb', line 287

def to_xml(b, idprefix)
  b.p(content.text_value) if content
end