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