# File lib/ruote/util/misc.rb, line 142
  def self.keys_to_sym(h)

    h.remap { |(k, v), h| h[k.to_sym] = v }
  end