class RSpec::Mocks::ArgumentExpectation
def matchers_block_matches?(given_args)
def matchers_block_matches?(given_args) @matchers_block ? @matchers_block.call(*given_args) : nil end
def matchers_block_matches?(given_args) @matchers_block ? @matchers_block.call(*given_args) : nil end