Libraries
»
recursive-open-struct
(0.6.5)
»
Index
»
RecursiveOpenStruct
»
#to_h
Method: RecursiveOpenStruct#to_h
Defined in:
lib/recursive_open_struct.rb
#
to_h
⇒
Object
Also known as:
to_hash
32 33 34
# File 'lib/recursive_open_struct.rb', line 32
def
to_h
@deep_dup
.
call
(
@table
)
end