method
astring
astring()
private
Hide source
# File lib/net/imap.rb, line 3146 def astring token = lookahead if string_token?(token) return string else return atom end end