summaryrefslogtreecommitdiff
path: root/test/test_sorted_set.rb
AgeCommit message (Collapse)Author
2023-08-13Move test files of ruby/set under `test/set`Nobuyoshi Nakada
Chkbuild fires accidentally on `test/fixtures` directory. Notes: Merged: https://github.com/ruby/ruby/pull/8214
2020-12-22Import set 1.0.1Akinori MUSHA
- Eliminate warnings - Convert rdoc to markdown
2020-12-22Import set 1.0.0Akinori MUSHA
- SortedSet has been removed for dependency and performance reasons. - Set#join is added as a shorthand for `.to_a.join`. - Set#<=> is added. https://github.com/ruby/set/blob/v1.0.0/CHANGELOG.md