Flowdock
method

sanitize

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: HTML::Sanitizer
sanitize(text, 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_controller/vendor/html-scanner/html/sanitizer.rb, line 6
    def sanitize(text, options = {})
      return text unless sanitizeable?(text)
      tokenize(text, options).join
    end
Register or log in to add new notes.