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

Resurrect support for Ruby 2.x #1

Closed knu closed 3 years ago

knu commented 3 years ago

In Ruby 2.x, initialize_copy does not take a freeze option.