3 4 5
# File 'lib/browsed/extensions/hash.rb', line 3 def symbolize_keys transform_keys{ |key| key.to_sym rescue key } end