# File lib/yaml/types.rb, line 71 def update( h ) if YAML::SpecialHash === h @default = h.default if h.default end super( h ) end