Class: Struct
Overview
Backport of Struct#to_h from Ruby 2.0
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
3 4 5 |
# File 'lib/happy_support/core_ext/struct.rb', line 3 def to_h Hash[members.zip(values)] end |