summaryrefslogtreecommitdiffstats
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
commit85b10f3467618503c177b6f67330d425cac2d1ac (patch)
tree8327a0d03ed53bccf675a6a76a93c78de2ed180d /eval.c
parente4f1a557fd6f5189c28cd6663b90f8f6c6c1b686 (diff)
downloadruby-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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/eval.c b/eval.c
index a70adbca1..e6a695581 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;