diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-16 09:27:54 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-01-16 09:27:54 +0000 |
| commit | 85b10f3467618503c177b6f67330d425cac2d1ac (patch) | |
| tree | 8327a0d03ed53bccf675a6a76a93c78de2ed180d /eval.c | |
| parent | e4f1a557fd6f5189c28cd6663b90f8f6c6c1b686 (diff) | |
| download | ruby-85b10f3467618503c177b6f67330d425cac2d1ac.tar.gz ruby-85b10f3467618503c177b6f67330d425cac2d1ac.tar.xz ruby-85b10f3467618503c177b6f67330d425cac2d1ac.zip | |
* eval.c: bugus commit fixed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
| -rw-r--r-- | eval.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1814,10 +1814,7 @@ is_defined(self, node, buf) if ((noex & NOEX_PROTECTED) && !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; |
