Files
mruby-mruby/src
KOBAYASHI Shuji 7192429e83 Fix behavior of Kernel#Integer to numbers ending with _ and spaces
#### Before this patch:

  ```ruby
  Integer("1_ ")  #=> 1
  ```

#### After this patch (same as Ruby):

  ```ruby
  Integer("1_ ")  #=> ArgumentError
  ```
2019-12-11 16:40:39 +09:00
..
2019-10-17 23:49:58 +09:00
2019-09-16 11:58:35 +09:00
2019-10-24 22:24:40 +09:00
2019-12-04 22:21:00 +09:00
2019-11-02 17:37:43 +09:00
2019-11-15 19:07:42 +09:00
2019-11-11 20:48:52 +09:00
2016-05-09 17:19:47 +02:00