method
to_h
to_h()
public
Hide source
# File activesupport/lib/active_support/core_ext/struct.rb, line 3 def to_h Hash[members.zip(values)] end