diff --git a/src/class.c b/src/class.c index 22fe36fb3..046090515 100644 --- a/src/class.c +++ b/src/class.c @@ -1701,7 +1701,8 @@ mrb_class_name(mrb_state *mrb, struct RClass* c) { mrb_value path = mrb_class_path(mrb, c); if (mrb_nil_p(path)) { - path = mrb_str_new_lit(mrb, "#tt == MRB_TT_MODULE ? mrb_str_new_lit(mrb, "#"); }