# File lib/case.rb, line 79
  def initialize(&predicate)
    @predicate = predicate
  end