Flowdock
string_token?(token) 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 2947
      def string_token?(token)
        return STRING_TOKENS.include?(token.symbol)
      end
Register or log in to add new notes.