1. 02 Jan, 2021 1 commit
    • KOBAYASHI Shuji's avatar
      Refine "wrong number of arguments" message in `mrb_get_args` · 1a9ac02d
      KOBAYASHI Shuji authored
      #### 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)
      ```
      1a9ac02d
  2. 31 Dec, 2020 3 commits
  3. 29 Dec, 2020 4 commits
  4. 28 Dec, 2020 4 commits
  5. 27 Dec, 2020 4 commits
  6. 26 Dec, 2020 1 commit
  7. 25 Dec, 2020 2 commits
  8. 24 Dec, 2020 3 commits
  9. 23 Dec, 2020 4 commits
  10. 22 Dec, 2020 1 commit
  11. 21 Dec, 2020 4 commits
  12. 20 Dec, 2020 5 commits
  13. 19 Dec, 2020 4 commits