method

args_match?

args_match?(given_args)
public

No documentation available.

# 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