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