Class: Set

Inherits:
Object show all
Defined in:
lib/psych/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#encode_with(coder) ⇒ Object



25
26
27
# File 'lib/psych/core_ext.rb', line 25

def encode_with(coder)
  coder["hash"] = to_h
end

#init_with(coder) ⇒ Object



29
30
31
# File 'lib/psych/core_ext.rb', line 29

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