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