Method: RecursiveOpenStruct#to_h

Defined in:
lib/recursive_open_struct.rb

#to_hObject Also known as: to_hash



32
33
34
# File 'lib/recursive_open_struct.rb', line 32

def to_h
  @deep_dup.call(@table)
end