class ComplexConfig::Settings

def initialize_copy(orig)

def initialize_copy(orig)
  super
  @table = @table.dup
  self
end