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