summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-16 09:27:54 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-16 09:27:54 +0000
commitf21bc9261a2db100765ca0281c88ef1c71cee425 (patch)
tree8327a0d03ed53bccf675a6a76a93c78de2ed180d /eval.c
parentc0a636b6f94d7f95ed95a7abf7c2936bbd3fc5a7 (diff)
* eval.c: bugus commit fixed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/eval.c b/eval.c
index a70adbca18..e6a695581f 100644
--- a/eval.c
+++ b/eval.c
@@ -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;