class Sass::Util::SubsetMap

def [](set)

Other tags:
    See: #get -

Returns:
  • (Array) - The array of all values

Parameters:
  • set (Set) -- The set to use as the map key.
def [](set)
  get(set).map {|v, _| v}
end