diff --git a/lib/net/imap/sequence_set.rb b/lib/net/imap/sequence_set.rb index eff436fc..cea70014 100644 --- a/lib/net/imap/sequence_set.rb +++ b/lib/net/imap/sequence_set.rb @@ -14,13 +14,6 @@ class IMAP # receive a SequenceSet as an argument, for example IMAP#search, IMAP#fetch, # and IMAP#store. # - # == EXPERIMENTAL API - # - # SequenceSet is currently experimental. Only two methods, ::[] and - # #valid_string, are considered stable. Although the API isn't expected to - # change much, any other methods may be removed or changed without - # deprecation. - # # == Creating sequence sets # # SequenceSet.new with no arguments creates an empty sequence set. Note