| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-05 | Update to ruby/spec@3fc4444 | Benoit Daloze | |
| 2023-07-24 | Use the caller location as default filename for eval family of methods | Jean Boussier | |
| [Feature #19755] Before (in /tmp/test.rb): ```ruby Object.class_eval("p __FILE__") # => "(eval)" ``` After: ```ruby Object.class_eval("p __FILE__") # => "(eval at /tmp/test.rb:1)" ``` This makes it much easier to track down generated code in case the author forgot to provide a filename argument. Notes: Merged: https://github.com/ruby/ruby/pull/8070 | |||
| 2023-06-26 | Update to ruby/spec@30e1c35 | Benoit Daloze | |
| 2022-09-28 | Update to ruby/spec@1d9d5c6 | Benoit Daloze | |
| 2020-12-19 | Feature 17314: allow to pass array to public, protected and private methods | Radosław Bułat | |
| 2020-12-18 | Revert "Better cooperation between public/protected/private with attr* and ↵ | Yusuke Endoh | |
| alias_method" This reverts commit 81739ad4fdfcc86a769056fec352f27c686fba1b. | |||
| 2020-12-17 | Better cooperation between public/protected/private with attr* and alias_method | Radosław Bułat | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3757 | |||
| 2020-02-28 | Update to ruby/spec@41bf282 | Benoit Daloze | |
| 2019-11-30 | Update to ruby/spec@4eec3dc | Benoit Daloze | |
| 2019-07-27 | Update to ruby/spec@875a09e | 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 | |||
