module Net::IMAP::Config::AttrTypeCoercion::Macros

def Integer? = NilOrInteger

def Integer? = NilOrInteger

def attr_accessor(attr, type: nil)

:nodoc: internal API
def attr_accessor(attr, type: nil)
  super(attr)
  AttrTypeCoercion.attr_accessor(attr, type: type)
end