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