Class: OpenStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/confection/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



10
11
12
# File 'lib/confection/core_ext.rb', line 10

def to_h
  @table.dup
end