| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2022-09-28 | Update to ruby/spec@1d9d5c6 | Benoit Daloze | |
| 2020-02-28 | Update to ruby/spec@41bf282 | 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 | |||
