mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
02b1a85385
commit
bdc8b3789a
1 changed files with 1 additions and 1 deletions
2
error.c
2
error.c
|
@ -1098,7 +1098,7 @@ exc_inspect(VALUE exc)
|
||||||
klass = CLASS_OF(exc);
|
klass = CLASS_OF(exc);
|
||||||
exc = rb_obj_as_string(exc);
|
exc = rb_obj_as_string(exc);
|
||||||
if (RSTRING_LEN(exc) == 0) {
|
if (RSTRING_LEN(exc) == 0) {
|
||||||
return rb_class_name(klass);
|
return rb_class_name(klass);
|
||||||
}
|
}
|
||||||
|
|
||||||
str = rb_str_buf_new2("#<");
|
str = rb_str_buf_new2("#<");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue