class RSpec::Matchers::BuiltIn::Satisfy

def matches?(actual, &block)

Other tags:
    Private: -
def matches?(actual, &block)
  @block = block if block
  @actual = actual
  @block.call(actual)
end