module Net::IMAP::Config::AttrInheritance

def initialize_copy(other)

def initialize_copy(other)
  super
  @parent ||= other # only default has nil parent
end