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