mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
19991012
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
758cb647c7
commit
be1fea072c
19 changed files with 188 additions and 99 deletions
2
error.c
2
error.c
|
@ -330,7 +330,7 @@ exc_inspect(exc)
|
|||
str = rb_str_new2("#<");
|
||||
klass = rb_class_path(klass);
|
||||
rb_str_concat(str, klass);
|
||||
rb_str_cat(str, ":", 1);
|
||||
rb_str_cat(str, ": ", 2);
|
||||
rb_str_concat(str, exc);
|
||||
rb_str_cat(str, ">", 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue