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