| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-10 | Fix UnboundMethod#== for methods from included/extended modules [Backport ↵ | Mike Dalessio | |
| #21873] Method#unbind clones the method entry, preserving its defined_class. For methods mixed in via include/extend, defined_class is an ICLASS, causing UnboundMethod#== to return false when comparing against the same method obtained via Module#instance_method. Resolve ICLASS defined_class in method_eq. [Bug #21873] | |||
| 2023-02-27 | Update to ruby/spec@e7dc804 | Benoit Daloze | |
| 2022-11-07 | Update to ruby/spec@740ccc8 | Benoit Daloze | |
| 2022-09-28 | Update to ruby/spec@1d9d5c6 | Benoit Daloze | |
| 2019-09-29 | Update to ruby/spec@519df35 | Benoit Daloze | |
| 2017-09-20 | Move spec/rubyspec to spec/ruby for consistency | eregon | |
| * Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
