Class: Array

Inherits:
Object show all
Defined in:
lib/xcake/core_ext/array.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



2
3
4
# File 'lib/xcake/core_ext/array.rb', line 2

def to_h
  Hash[*flatten(1)]
end