summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/shared/dedup.rb
AgeCommit message (Collapse)Author
2025-03-04Move in-place interning spec to Ruby's testsJean Boussier
Fix: https://github.com/ruby/spec/issues/1249 JRuby and TruffleRuby can't implement this behavior. While quite a lot of code out there relies on it, if it's not implemented it will simply result in sligthly less efficient code, so not the end of the world. Notes: Merged: https://github.com/ruby/ruby/pull/12850
2024-03-14Update to ruby/spec@89175b2Benoit Daloze
2023-06-26Update to ruby/spec@30e1c35Benoit Daloze
2022-07-27Update to ruby/spec@cbfaf51Benoit Daloze
2022-05-20[Feature #18595] Alias String#-@ as String#dedupJean Boussier
Notes: Merged: https://github.com/ruby/ruby/pull/5583