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