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