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