module Net::IMAP::Config::AttrInheritance

def new(**attrs) self.class.new(self, **attrs) end

Creates a new config, which inherits from +self+.
def new(**attrs) self.class.new(self, **attrs) end