# File lib/ohm.rb, line 79
    def self.dict(arr)
      Hash[*arr]
    end