# File lib/mocha/object.rb, line 202
202:     def any_instance
203:       @any_instance ||= AnyInstance.new(self)
204:     end