mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
e7a375d4be
- Modify the `mrb_combination_state` structure to accommodate feature extensions - Rename `Array#__repeated_combination` to `__combination` - Consolidate integer checks for arguments into `__combination` - Since checking for integer types using both `__to_int` and `0 <=>` is redundant, use only `__to_int` - Since `__combination` now accepts symbols instead of booleans, the call to `to_enum` has also been consolidated