# File lib/spec/mocks/argument_expectation.rb, line 34
      def constraints_block_matches?(given_args)
        @constraints_block ? @constraints_block.call(*given_args) : nil
      end