# File lib/spec/mocks/argument_expectation.rb, line 36 def matchers_block_matches?(given_args) @matchers_block ? @matchers_block.call(*given_args) : nil end