Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 340048c

Browse files
hsbtclaude
andcommitted
Note that Set has become a core class since Ruby 4.0
Development of this gem repository has ended and feature requests and bug reports should be directed to bugs.ruby-lang.org. See https://bugs.ruby-lang.org/issues/21216 for details. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bd09b75 commit 340048c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Set
22

3+
**Note:** As of Ruby 4.0, `Set` has become a core class (see [Feature #21216](https://bugs.ruby-lang.org/issues/21216)). Development of this gem repository has ended. Please report feature requests and bug reports at [bugs.ruby-lang.org](https://bugs.ruby-lang.org/).
4+
35
This library provides the Set class, which deals with a collection of
46
unordered values with no duplicates. It is a hybrid of Array's
57
intuitive inter-operation facilities and Hash's fast lookup.

0 commit comments

Comments
 (0)