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