Module: Struct::ToHash::Ruby187
- Included in:
- Struct::ToHash
- Defined in:
- lib/win32_service_manager/core_ext/struct_to_hash.rb
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
4 5 6 7 |
# File 'lib/win32_service_manager/core_ext/struct_to_hash.rb', line 4 def to_hash hashable! Hash[each_pair.to_a] end |