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