class Array

Polyfills for older Rubies

Public Instance Methods

to_h() click to toggle source
# File lib/swa/polyfill.rb, line 6
def to_h
  Hash[self]
end