• cremno's avatar
    use mrb_str_cat_str() instead of mrb_str_append() · 938ed044
    cremno authored
    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.
    938ed044
variable.c 22.2 KB