rutie v0.8.3 Release Notes

Release Date: 2021-09-06 // over 2 years ago
  • ➕ Added

    • Implement Integer::to_u32 and Fixnum::to_u32, thanks to @Hywan

    🛠 Fixed

    • Docstring description for to_enum on Array, thanks to @jhwiig
    • methods! macro now uses :ty for return type instead of :ident, thanks to @n8ta