module RSpec::Mocks::ArgumentMatchers

ArgumentMatchers are placeholders that you can include in message expectations to match arguments against a broader check than simple equality.

With the exception of ‘any_args` and `no_args`, they all match against the arg in same position in the argument list.

@see ArgumentListMatcher