mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9b6bc8a3d8
Updated method definitions in mrbgems/mruby-set/src/set.c to use mrb_define_method_id and MRB_SYM() for consistency and to leverage presyms. This includes handling '?' and '!' in method names with MRB_SYM_Q() and MRB_SYM_B() respectively, and using string literals for mrb_define_alias. Co-authored-by: Gemini <gemini@google.com>