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:
parent
cded3d5c93
commit
ce44928d2b
8 changed files with 34 additions and 18 deletions
|
@ -6,6 +6,7 @@
|
|||
.ccmalloc
|
||||
.ppack
|
||||
.ext
|
||||
.rbconfig.time
|
||||
COPYING.LIB
|
||||
ChangeLog.pre-alpha
|
||||
ChangeLog.pre1_1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue