method
store
v1_9_1_378 -
Show latest stable
- Class:
YAML::DBM
store( key, val )public
No documentation available.
# File lib/yaml/dbm.rb, line 88
def store( key, val )
super( key, val.to_yaml )
val
end store( key, val )No documentation available.
# File lib/yaml/dbm.rb, line 88
def store( key, val )
super( key, val.to_yaml )
val
end