# File lib/deltacloud/core_ext/hash.rb, line 31 def symbolize_keys keys.each { |key| self[(key.to_sym rescue key) || key] = delete(key) } self end