Skip to content

Commit 004305e

Browse files
authored
🔀 Merge pull request #318 from ruby/sequence-set-stable-api
📚 SequenceSet API is considered stable now
2 parents 5907cd9 + 543e49e commit 004305e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/net/imap/sequence_set.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ class IMAP
1414
# receive a SequenceSet as an argument, for example IMAP#search, IMAP#fetch,
1515
# and IMAP#store.
1616
#
17-
# == EXPERIMENTAL API
18-
#
19-
# SequenceSet is currently experimental. Only two methods, ::[] and
20-
# #valid_string, are considered stable. Although the API isn't expected to
21-
# change much, any other methods may be removed or changed without
22-
# deprecation.
23-
#
2417
# == Creating sequence sets
2518
#
2619
# SequenceSet.new with no arguments creates an empty sequence set. Note

0 commit comments

Comments
 (0)