Method: Interscript::Node::Item::CaptureRef#to_html
- Defined in:
- lib/interscript/visualize/nodes.rb
#to_html(_) ⇒ Object
50 51 52 53 54 |
# File 'lib/interscript/visualize/nodes.rb', line 50 def to_html(_) "<nobr>capture reference (</nobr>" + id.to_s + ")" end |