class Sass::Util::SubsetMap
def [](set)
- 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
(Array)
- The array of all values
set
(Set
)
-- The set to use as the map key.
def [](set) get(set).map {|v, _| v} end