There's no documentation for this item.
# File action_controller/vendor/html-scanner/html/sanitizer.rb, line 3 def sanitize(text, options = {}) return text unless sanitizeable?(text) tokenize(text, options).join end
<code/>
<pre/>
<code/>and<pre/>for code samples.