| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-02 | Refine "wrong number of arguments" message in `mrb_get_args` | KOBAYASHI Shuji | |
| #### Before this patch: ```ruby __send__ #=> wrong number of arguments {}.default(1,2) #=> wrong number of arguments ``` #### After this patch: ```ruby __send__ #=> wrong number of arguments (given 0, expected 1+) {}.default(1,2) #=> wrong number of arguments (given 2, expected 0..1) ``` | |||
| 2014-06-15 | Move direct superclass checking to `test/t/superclass.rb`. | take_cheeze | |
| 2013-08-01 | Fix order of actual and expect test value for ArgumentError | Daniel Bovensiepen | |
| 2013-06-09 | Improve ArgumentError tests | Daniel Bovensiepen | |
| 2012-06-03 | Add superclass tests for Exceptions | Daniel Bovensiepen | |
| 2012-05-29 | Add Test cases for Literals, Enumeration, Exceptions and clean line endings | Daniel Bovensiepen | |
| 2012-05-25 | Add Tests for all Exception classes, for false, true, Proc, Module, nil and ↵ | Daniel Bovensiepen | |
| Object | |||
