# File lib/sass/util.rb, line 56
    def map_keys(hash)
      to_hash(hash.map {|k, v| [yield(k), v]})
    end