Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/evesync/utils.rb

Overview

For ruby < 2.1

Instance Method Summary collapse

Instance Method Details

#to_hObject



33
34
35
# File 'lib/evesync/utils.rb', line 33

def to_h
  Hash[*flatten(1)]
end