method
update
v1_9_1_378 -
Show latest stable
- Class:
YAML::SpecialHash
update( h )public
No documentation available.
# File lib/yaml/types.rb, line 69
def update( h )
if YAML::SpecialHash === h
@default = h.default if h.default
end
super( h )
end