Flowdock
method

process_node

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: HTML::FullSanitizer
process_node(node, result, options) 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_view/vendor/html-scanner/html/sanitizer.rb, line 53
    def process_node(node, result, options)
      result << node.to_s if node.class == HTML::Text
    end
Register or log in to add new notes.