class RSpec::Mocks::ArgumentExpectation

def args_match?(given_args)

def args_match?(given_args)
  match_any_args? || matchers_block_matches?(given_args) || matchers_match?(given_args)
end