mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
caf1ae3b20
Rename internal functions to follow mruby's snake_case naming convention: - mrb_struct_initialize_withArg -> mrb_struct_init_with_args - mrb_struct_initialize_withKw -> mrb_struct_init_with_keywords Update all function calls to use the new names. This improves code consistency and follows established mruby naming conventions. Co-authored-by: Atlassian Rovo Dev