method
sanitizeable?
v2.2.1 -
Show latest stable
- Class:
HTML::Sanitizer
sanitizeable?(text)public
No documentation available.
# File actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb, line 8
def sanitizeable?(text)
!(text.nil? || text.empty? || !text.index("<"))
end