method
to_hash
to_hash()
public
Hide source
# File lib/yaml/dbm.rb, line 103 def to_hash h = {} keys.each { |k| h[ k ] = self.fetch( k ) } h end