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