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