mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
938ed044f4
If the argument is always a string, then mrb_str_cat_str() can be directly called instead of indirectly by mrb_str_append(). mrb_any_to_s(), mrb_obj_as_string(), mrb_inspect() always return a string.