# File lib/core-uncommon/facets/enumerable/has.rb, line 15
  def has?(what)
    any? { |x| what === x }
  end