This method is deprecated or moved on the latest stable version. The last existing version (1.1.12) is shown here.
anything()
Passes as long as there is an argument.
# File lib/spec/mocks/argument_constraints.rb, line 158 def anything AnyArgConstraint.new(nil) end