Flowdock
method

to_s

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: HTML::CDATA
to_s() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/vendor/html-scanner/html/node.rb, line 269
    def to_s
      "<![CDATA[#{super}]]>"
    end
Register or log in to add new notes.