method
sanitizeable?
sanitizeable?(text)
public
Hide source
# File actionview/lib/action_view/vendor/html-scanner/html/sanitizer.rb, line 13 def sanitizeable?(text) !(text.nil? || text.empty? || !text.index("<")) end