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