# File lib/rspec/matchers/satisfy.rb, line 42
    def satisfy(&block)
      Matchers::Satisfy.new(&block)
    end