# File lib/rspec/matchers/built_in/yield.rb, line 84
        def matches?(block)
          @probe = YieldProbe.probe(block)
          @probe.yielded_once?(:yield_with_no_args) && @probe.single_yield_args.none?
        end