method
string
string()
private
Hide source
# File lib/net/imap.rb, line 3172 def string token = lookahead if token.symbol == T_NIL shift_token return nil end token = match(T_QUOTED, T_LITERAL) return token.value end