rutie v0.5.2 Release Notes

Release Date: 2018-12-18 // over 5 years ago
  • ➕ Added

    • impl Into<i32> for Integer thanks to @Antti
    • Integer.to_i32, thanks to @Antti
    • Fixname.to_i32, thanks to @Antti

    🛠 Fixed

    • Integer.to_i64 to use rb_num2long for genuine i64 result, thanks to @Antti
    • impl Into<i64> for Integer to use rb_num2long for genuine i64 result, thanks to @Antti
    • Fixname.to_i64 to use rb_num2long for genuine i64 result, thanks to @Antti