mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
d1bd883526
Introduces `ary_get_array_args` to centralize the argument parsing logic for set operations, reducing code duplication in `ary_subtract_internal`, `ary_union_internal`, and `ary_intersection_internal`. Also fixes a bug in `ary_union_internal` where converted arguments were not being used. Co-authored-by: Gemini <gemini@google.com>