method
string_token?
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
string_token?(token)
private
Hide source
# File lib/net/imap.rb, line 3025 def string_token?(token) return STRING_TOKENS.include?(token.symbol) end