class OpenStruct

Public Instance Methods

to_h() click to toggle source
# File lib/confection/core_ext.rb, line 10
def to_h
  @table.dup
end