* expand tabs.

This commit is contained in:
git 2019-06-13 18:07:19 +09:00
parent 02b1a85385
commit bdc8b3789a

View File

@ -1098,7 +1098,7 @@ exc_inspect(VALUE exc)
klass = CLASS_OF(exc);
exc = rb_obj_as_string(exc);
if (RSTRING_LEN(exc) == 0) {
return rb_class_name(klass);
return rb_class_name(klass);
}
str = rb_str_buf_new2("#<");