mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7192429e83
#### Before this patch:
```ruby
Integer("1_ ") #=> 1
```
#### After this patch (same as Ruby):
```ruby
Integer("1_ ") #=> ArgumentError
```