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