class RSpec::Matchers::BuiltIn::Satisfy
def matches?(actual, &block)
- Private: -
def matches?(actual, &block) @block = block if block @actual = actual @block.call(actual) end
def matches?(actual, &block) @block = block if block @actual = actual @block.call(actual) end