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