class Array

For ruby < 2.1

Public Instance Methods

to_h() click to toggle source
# File lib/evesync/utils.rb, line 33
def to_h
  Hash[*flatten(1)]
end