method
string_token?
string_token?(token)
private
Hide source
# File lib/net/imap.rb, line 2926 def string_token?(token) return STRING_TOKENS.include?(token.symbol) end