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
In Ruby 3.2, the Set class is built-in and does not require a require
"set" statement. It's automatically loaded when you use the Set
constant or call Enumerable#to_set.
0 commit comments