# File lib/sass/util.rb, line 40
    def to_hash(arr)
      Hash[arr.compact]
    end