anything()
Passes as long as there is an argument.
# File lib/spec/mocks/argument_constraints.rb, line 158 def anything AnyArgConstraint.new(nil) end