ruby / set

This library provides the Set class, which deals with a collection of unordered values with no duplicates.
BSD 2-Clause "Simplified" License
23 stars 13 forks source link

Raise informative error on `SortedSet` access #9

Closed marcandre closed 3 years ago

marcandre commented 3 years ago

The message says to use the gem sorted_set (name is available)

knu commented 3 years ago

The message says to use the gem sorted_set (name is available)

I've just had it taken: https://rubygems.org/gems/sorted_set

marcandre commented 3 years ago

Well done 👍