class Sass::Util::SubsetMap

def each_value

Other tags:
    Yield: - Each value in the map.
def each_value
  @vals.each {|v| yield v}
end