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