method

sanitizeable?

v3.2.13 - Show latest stable - Class: HTML::Sanitizer
sanitizeable?(text)
public

No documentation available.

# File actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb, line 12
    def sanitizeable?(text)
      !(text.nil? || text.empty? || !text.index("<"))
    end