method
to_s
v2.2.1 -
Show latest stable
- Class:
HTML::CDATA
to_s()public
No documentation available.
# File actionpack/lib/action_controller/vendor/html-scanner/html/node.rb, line 274
def to_s
"<![CDATA[#{super}]]>"
end