class RSpec::Matchers::BuiltIn::YieldProbe

def probe

def probe
  assert_valid_expect_block!
  @block.call(self)
  assert_used!
  self
end