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

add a ticket number

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2015-06-02 19:56:53 +00:00
parent a54da1c050
commit d67641086b

View file

@ -2,6 +2,7 @@ Wed Jun 3 04:48:05 2015 Koichi Sasada <ko1@atdot.net>
* vm_insnhelper.c (vm_defined): check respond_to_missing?
at defined?(func()).
[Bug #11212]
* test/ruby/test_defined.rb: add a test for this fix.