Method: Array#to_h

Defined in:
lib/ditz/util.rb

#to_hObject



46
47
48
# File 'lib/ditz/util.rb', line 46

def to_h
  Hash[*flatten]
end