# File lib/mocha/object.rb, line 105
105:   def any_instance
106:     @any_instance ||= AnyInstance.new(self)
107:   end