diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-02-10 02:40:21 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-02-10 02:40:21 +0000 |
commit | 53053bcac63f361c190280409ac99dab9bea41b3 (patch) | |
tree | ae2a945fc765375b160b206045461eb4177995a6 /ChangeLog | |
parent | 25dda42b7c20178b15968efeb47984c0316075bc (diff) |
* vm_insnhelper.c (vm_call_method): stop method search when a method
is not found in a refinement, to support undef in refinements.
[ruby-core:66741] [Bug #10578]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Feb 10 11:38:28 2015 Shugo Maeda <shugo@ruby-lang.org> + + * vm_insnhelper.c (vm_call_method): stop method search when a method + is not found in a refinement, to support undef in refinements. + [ruby-core:66741] [Bug #10578] + Tue Feb 10 11:19:11 2015 Shugo Maeda <shugo@ruby-lang.org> * lib/net/ftp.rb (chdir, delete, gettextfile, mdtm, mkdir, nlst, |