Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/swa/polyfill.rb

Overview

Polyfills for older Rubies

Instance Method Summary collapse

Instance Method Details

#to_hObject



6
7
8
# File 'lib/swa/polyfill.rb', line 6

def to_h
  Hash[self]
end