Files
mruby-mruby/mrbgems/mruby-range-ext
Yukihiro "Matz" Matsumoto afca99a40b Remove implicit conversion using to_int method.
The ISO standard does not include implicit type conversion using
`to_int`. This implicit conversion often causes vulnerability.
There will be no more attacks like #4120.

In addition, we have added internal convenience method `__to_int` which
does type check and conversion (from floats).
2018-11-19 11:28:51 +09:00
..
2017-08-11 13:52:01 +09:00
2016-11-21 16:55:49 +09:00