Method: Arrow::Template::CommentNode#to_html
- Defined in:
- lib/arrow/template/nodes.rb
#to_html ⇒ Object
Return an HTML fragment that can be used to represent the node symbolically in a web-based introspection interface.
237 238 239 |
# File 'lib/arrow/template/nodes.rb', line 237 def to_html super { self.escape_html(self.to_s) } end |