You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `Set#===` as alias to `Set#includes?`
This method is for convenience with using on `case` statement.
Ruby 2.5 decides such a change, this commit follows it:
https://bugs.ruby-lang.org/issues/13801
* Fix doc text for Set#=== as like Range#===
0 commit comments