kind_of(klass)
Passes if arg.kind_of?(klass)
# File lib/spec/mocks/argument_matchers.rb, line 222 def kind_of(klass) KindOf.new(klass) end