mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* object.c (convert_type): [ruby-core:03845]
* eval.c (rb_funcall_rescue): new function. * object.c (rb_Array): avoid using rb_respond_to(). * object.c (rb_Integer): ditto. * eval.c (get_backtrace): no conversion for nil. * parse.y (reduce_nodes): empty body should return nil. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6e22160537
commit
83cb605d69
9 changed files with 106 additions and 44 deletions
|
@ -28,11 +28,6 @@ END {
|
|||
puts local_for_end2 # e2
|
||||
}
|
||||
|
||||
END {
|
||||
raise
|
||||
puts "should not be dumped"
|
||||
}
|
||||
|
||||
eval <<EOE
|
||||
BEGIN {
|
||||
puts "b3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue