# File lib/dm-core/support/mash.rb, line 134 def symbolize_keys h = Hash.new(default) each { |key, val| h[key.to_sym] = val } h end