# File lib/case.rb, line 83
  def ===(obj)
    @predicate.call obj
  end