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