8 9 10
# File 'bin/leitmotif', line 8 def symbolize_hash(hash) hash.inject({}){|acc,(k,v)| acc[k.to_sym] = v; acc} end