class HTML::Sanitizer

def sanitizeable?(text)

def sanitizeable?(text)
  !(text.nil? || text.empty? || !text.index("<"))
end