# File lib/ruote/util/misc.rb, line 132 def self.keys_to_s(h) h.remap { |(k, v), h| h[k.to_s] = v } end