method

marshal_load

marshal_load(values)
public

No documentation available.

# File activemodel/lib/active_model/attribute_set/builder.rb, line 146
    def marshal_load(values)
      initialize(*values)
    end