diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-25 04:19:33 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-25 04:19:33 +0000 |
| commit | 834e9bdf1c0f4d7bd85466fd4cc6b52f5bae7a3d (patch) | |
| tree | c101181cba914978b278be820642bd4fd86b2320 /ChangeLog | |
| parent | 8f21d253f5ed2b73c01318b3d8de25c4aff14569 (diff) | |
| download | ruby-834e9bdf1c0f4d7bd85466fd4cc6b52f5bae7a3d.tar.gz ruby-834e9bdf1c0f4d7bd85466fd4cc6b52f5bae7a3d.tar.xz ruby-834e9bdf1c0f4d7bd85466fd4cc6b52f5bae7a3d.zip | |
* vm_insnhelper.c (vm_method_search): return rb_cObject if there is no
super class. [ruby-dev:37587]
* bootstraptest/test_method.rb: add tests for above.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Dec 25 13:13:00 2008 Koichi Sasada <ko1@atdot.net> + + * vm_insnhelper.c (vm_method_search): return rb_cObject if there is no + super class. [ruby-dev:37587] + + * bootstraptest/test_method.rb: add tests for above. + Thu Dec 25 12:49:12 2008 Koichi Sasada <ko1@atdot.net> * proc.c (proc_new): should use proc_dup() if block has Proc. |
