mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
80fe9838d2
* The `Fixnum` constant is now an alias for the `Integer` class. * Remove `struct mrb_state::fixnum_class` member. If necessary, use `struct mrb_state::integer_class` instead.