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