method
each_value
each_value()
public
Hide source
# File lib/yaml/dbm.rb, line 56 def each_value super { |v| yield YAML::load( v ) } self end