method
astring
v1_9_3_392 -
Show latest stable
- Class:
Net::IMAP::ResponseParser
astring()private
No documentation available.
# File lib/net/imap.rb, line 3046
def astring
token = lookahead
if string_token?(token)
return string
else
return atom
end
end