# File lib/core/facets/string/exclude.rb, line 5
  def exclude?(str)
    !include?(str)
  end