# File lib/mocha/parameter_matchers/instance_of.rb, line 24
    def instance_of(klass)
      InstanceOf.new(klass)
    end