# File lib/rspec/mocks/argument_expectation.rb, line 31 def args_match?(*args) match_any_args? || matchers_block_matches?(*args) || matchers_match?(*args) end