Class: Slaw::Grammars::Inlines::Bold
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Slaw::Grammars::Inlines::Bold
- Defined in:
- lib/slaw/grammars/inlines_nodes.rb
Instance Method Summary collapse
Instance Method Details
#to_xml(b, idprefix) ⇒ Object
60 61 62 63 64 65 66 |
# File 'lib/slaw/grammars/inlines_nodes.rb', line 60 def to_xml(b, idprefix) b.b { |b| for e in content.elements e.inline_item.to_xml(b, idprefix) end } end |