3 4 5
# File 'lib/fileminer/tools/hash.rb', line 3 def keys_to_sym map { |k, v| [k.to_sym, v] }.to_h end