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