method

to_s

v4.1.8 - Show latest stable - Class: HTML::CDATA
to_s()
public

No documentation available.

# File actionview/lib/action_view/vendor/html-scanner/html/node.rb, line 269
    def to_s
      "<![CDATA[#{super}]]>"
    end