Libraries
»
lux-fw
(0.5.37)
»
Index (S)
»
Struct
Class: Struct
Inherits:
Object
Object
Struct
show all
Defined in:
lib/overload/struct.rb
Instance Method Summary
collapse
#
to_hash
⇒ Object
Instance Method Details
#
to_hash
⇒
Object
2 3 4
# File 'lib/overload/struct.rb', line 2
def
to_hash
Hash
[
*
members
.
zip
(
values
)
.
flatten
]
end