# File lib/standard/facets/multiton.rb, line 236 def multiton_instance @multiton_instance ||= Hash.new end