module Sass::Util
def to_hash(arr)
-
(Hash)
- A hash
Parameters:
-
arr
(Array<(Object, Object)>
) -- An array of pairs
def to_hash(arr) Hash[arr.compact] end
(Hash)
- A hash
arr
(Array<(Object, Object)>
)
-- An array of pairs
def to_hash(arr) Hash[arr.compact] end