module Net::IMAP::Config::AttrTypeCoercion::Macros
def Integer? = NilOrInteger
def Integer? = NilOrInteger
def attr_accessor(attr, type: nil)
def attr_accessor(attr, type: nil) super(attr) AttrTypeCoercion.attr_accessor(attr, type: type) end
def Integer? = NilOrInteger
def attr_accessor(attr, type: nil) super(attr) AttrTypeCoercion.attr_accessor(attr, type: type) end