class Set

def init_with(coder)

def init_with(coder)
  replace(coder["hash"].keys)
end