1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* error.c (Init_Exception): remove Exception#to_str. [Ruby2]

* eval.c (error_print): should no call "to_str" anymore use
  "message" method instead.

* io.c (rb_f_open): Kernel#open() calls "to_open" if the first
  argument responds to it. [Ruby2]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2004-04-05 15:55:09 +00:00
parent cded3d5c93
commit ce44928d2b
8 changed files with 34 additions and 18 deletions

View file

@ -6,6 +6,7 @@
.ccmalloc
.ppack
.ext
.rbconfig.time
COPYING.LIB
ChangeLog.pre-alpha
ChangeLog.pre1_1