method
to_hash
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
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