Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/convert_api/array_to_h.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
3 4 5 |
# File 'lib/convert_api/array_to_h.rb', line 3 def to_h Hash[self] end |