25 26 27
# File 'lib/psych/core_ext.rb', line 25 def encode_with(coder) coder["hash"] = to_h end
29 30 31
# File 'lib/psych/core_ext.rb', line 29 def init_with(coder) replace(coder["hash"].keys) end