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