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