method
to_h
v4.2.1 -
Show latest stable
- Class:
Struct
to_h()public
No documentation available.
# File activesupport/lib/active_support/core_ext/struct.rb, line 3
def to_h
Hash[members.zip(values)]
end to_h()No documentation available.
# File activesupport/lib/active_support/core_ext/struct.rb, line 3
def to_h
Hash[members.zip(values)]
end