[ruby-cvs:54184] nobu:r47037 (trunk): vm_insnhelper.c: fix unusable super class
nobu at ruby-lang.org
nobu at ruby-lang.org
Sun Aug 3 10:43:11 JST 2014
nobu 2014-08-03 10:43:10 +0900 (Sun, 03 Aug 2014)
New Revision: 47037
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47037
Log:
vm_insnhelper.c: fix unusable super class
* vm_insnhelper.c (vm_call_method): unusable super class should cause
method missing when BasicObject is refined but not been using.
[ruby-core:64166] [Bug #10106]
Modified files:
trunk/ChangeLog
trunk/test/ruby/test_refinement.rb
trunk/vm_insnhelper.c
More information about the ruby-cvs
mailing list