Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/evesync/utils.rb
Overview
For ruby < 2.1
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
33 34 35 |
# File 'lib/evesync/utils.rb', line 33 def to_h Hash[*flatten(1)] end |