method
sanitize
sanitize(text, options = {})
public
Hide source
# File actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb, line 7 def sanitize(text, options = {}) return text unless sanitizeable?(text) tokenize(text, options).join end