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