Method: Arrow::Template::TextNode#to_html

Defined in:
lib/arrow/template/nodes.rb

#to_htmlObject

Return an HTML fragment that can be used to represent the node symbolically in a web-based introspection interface.



189
190
191
# File 'lib/arrow/template/nodes.rb', line 189

def to_html
  super { self.escape_html(@body) }
end