Flowdock
astring() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/imap.rb, line 3046
      def astring
        token = lookahead
        if string_token?(token)
          return string
        else
          return atom
        end
      end
Register or log in to add new notes.