# File lib/spec/mocks/argument_expectation.rb, line 30
      def args_match?(given_args)
        match_any_args? || constraints_block_matches?(given_args) || constraints_match?(given_args)
      end