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