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