module Net::IMAP::ResponseParser::Patterns::CharClassSubtraction

def -(rhs); /[#{source}&&[^#{rhs.source}]]/n.freeze end

def -(rhs); /[#{source}&&[^#{rhs.source}]]/n.freeze end