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