diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-16 09:32:51 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-16 09:32:51 +0000 |
| commit | db0ea0c18ed6c52c3985d10a37056d07a89024ad (patch) | |
| tree | 905a6b87d6a4273272711954f26df114206b0231 /eval.c | |
| parent | 85b10f3467618503c177b6f67330d425cac2d1ac (diff) | |
| download | ruby-db0ea0c18ed6c52c3985d10a37056d07a89024ad.tar.gz ruby-db0ea0c18ed6c52c3985d10a37056d07a89024ad.tar.xz ruby-db0ea0c18ed6c52c3985d10a37056d07a89024ad.zip | |
* eval.c: bugus commit fixed (again, sorry).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
| -rw-r--r-- | eval.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1815,6 +1815,8 @@ is_defined(self, node, buf) !rb_obj_is_kind_of(self, rb_class_real(val))) break; } + else if (!rb_method_boundp(val, node->nd_mid, call)) + break; return arg_defined(self, node->nd_args, buf, "method"); } break; |
