module Net::IMAP::Config::AttrInheritance

def initialize(parent = nil) # :notnew:

:notnew:
def initialize(parent = nil) # :notnew:
  super()
  @parent = Config[parent]
  reset
end