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