# File lib/mocha/object.rb, line 122 122: def any_instance 123: @any_instance ||= AnyInstance.new(self) 124: end