# File lib/webby/core_ext/hash.rb, line 21 def symbolize_keys h = {} self.each {|k,v| h[k.to_sym] = v} return h end