# File lib/mocha/object.rb, line 205 205: def any_instance 206: @any_instance ||= AnyInstance.new(self) 207: end