This method is deprecated or moved on the latest stable version. The last existing version (1.1.12) is shown here.
kind_of(klass)
Passes if arg.kind_of?(klass)
# File lib/spec/mocks/argument_constraints.rb, line 222 def kind_of(klass) KindOf.new(klass) end