We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SequenceSet#cover?
1 parent 20df591 commit 7e53f60Copy full SHA for 7e53f60
lib/net/imap/sequence_set.rb
@@ -162,7 +162,7 @@ class IMAP
162
# - #===:
163
# Returns whether a given object is fully contained within +self+, or
164
# +nil+ if the object cannot be converted to a compatible type.
165
- # - #cover? (aliased as #===):
+ # - #cover?:
166
# Returns whether a given object is fully contained within +self+.
167
# - #intersect? (aliased as #overlap?):
168
# Returns whether +self+ and a given object have any common elements.
0 commit comments