mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
f626998c4f
commit
f2dc972940
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@
|
|||
# Returns whether a given object is a subset of the set.
|
||||
# - \#proper_subset? (aliased as [<](#method-i-3C)):
|
||||
# Returns whether a given enumerable is a proper subset of the set.
|
||||
# - \#superset? (aliased as [<=](#method-i-3E-3D])):
|
||||
# - \#superset? (aliased as [>=](#method-i-3E-3D])):
|
||||
# Returns whether a given enumerable is a superset of the set.
|
||||
# - \#proper_superset? (aliased as [>](#method-i-3E)):
|
||||
# Returns whether a given enumerable is a proper superset of the set.
|
||||
|
|
Loading…
Reference in a new issue