Class: Slaw::ZA::Act::Remark

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



304
305
306
# File 'lib/slaw/za/act_nodes.rb', line 304

def to_xml(b, idprefix)
  b.remark('[' + content.text_value + ']', status: 'editorial')
end