# File lib/more/facets/multiton.rb, line 249
    def _load(str)
      instance(*Marshal.load(str))
    end