# File lib/mocha/parameter_matchers/kind_of.rb, line 19
19:     def kind_of(klass)
20:       KindOf.new(klass)
21:     end