method
atom_token?
v2_4_6 -
Show latest stable
- Class:
Net::IMAP::ResponseParser
atom_token?(token)private
No documentation available.
# File lib/net/imap.rb, line 3251
def atom_token?(token)
return ATOM_TOKENS.include?(token.symbol)
end