Class: OpenStruct

Inherits:
Object
  • Object
show all
Defined in:
ext/open_struct.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



2
3
4
# File 'ext/open_struct.rb', line 2

def to_h
  @table.dup
end