# File lib/mocha/parameter_matchers/kind_of.rb, line 26
26:     def kind_of(klass)
27:       KindOf.new(klass)
28:     end