There's no documentation for this item.
# File action_controller/vendor/html-scanner/html/sanitizer.rb, line 47 def sanitizeable?(text) !(text.nil? || text.empty? || !((text.index("<a") || text.index("<href")) && text.index(">"))) end
<code/>
<pre/>
<code/>and<pre/>for code samples.