Files
mruby-mruby/test/t
KOBAYASHI Shuji 2f7175442f Fix Fixnum#(to_s|inspect) argument specs
Before this patch:

  $ bin/mruby -e 'p 3.to_s(2)'
  trace (most recent call last):
    [0] -e:1
  -e:1: 'to_s': wrong number of arguments (1 for 0) (ArgumentError)

After this patch:

  $ bin/mruby -e 'p 3.to_s(2)'
  "11"
2019-09-17 09:28:51 +09:00
..
2013-06-14 21:35:49 +08:00
2019-09-07 22:27:30 +09:00
2018-08-25 09:19:17 +09:00
2014-04-30 09:50:14 +09:00
2019-01-05 20:41:09 +09:00
2019-03-25 21:39:11 +09:00
2016-12-01 16:48:43 +09:00