summaryrefslogtreecommitdiff
path: root/spec/ruby/core/objectspace/weakkeymap
AgeCommit message (Collapse)Author
2025-03-27Update to ruby/spec@5e579e2Andrew Konchin
Notes: Merged: https://github.com/ruby/ruby/pull/12984
2024-02-15ruby-spec: Accept both a backtick and a single quote in error messagesYusuke Endoh
2023-04-15Implement ObjectSpace::WeakMap#delete and ObjectSpace::WeakKeyMap#deleteJean Boussier
[Feature #19561] It's useful to be able to remove references from weak maps. Notes: Merged: https://github.com/ruby/ruby/pull/7629
2023-04-15* append newline at EOF. [ci skip]git
2023-04-15Add specs for ObjectSpace::WeakKeyMapJean Boussier
[Feature #18498] Notes: Merged: https://github.com/ruby/ruby/pull/7716
2023-04-14Revert "Add specs for ObjectSpace::WeakKeyMap"Jean Boussier
This reverts commit fce8f9f24e4903784266fc9694f86ddd930d6141.
2023-04-14Add specs for ObjectSpace::WeakKeyMapJean Boussier
[Feature #18498] Notes: Merged: https://github.com/ruby/ruby/pull/7640