class RSpec::Matchers::BuiltIn::Satisfy

def matches?(actual, &block)

def matches?(actual, &block)
  @block = block if block
  @actual = actual
  @block.call(actual)
end