# File lib/sass/util.rb, line 88
    def map_hash(hash, &block)
      to_hash(hash.map(&block))
    end