* eval.c: bugus commit fixed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c0a636b6f9
commit
f21bc9261a
3
eval.c
3
eval.c
@ -1814,10 +1814,7 @@ is_defined(self, node, buf)
|
|||||||
if ((noex & NOEX_PROTECTED) &&
|
if ((noex & NOEX_PROTECTED) &&
|
||||||
!rb_obj_is_kind_of(self, rb_class_real(val)))
|
!rb_obj_is_kind_of(self, rb_class_real(val)))
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else if (!rb_method_boundp(val, node->nd_mid, call))
|
|
||||||
break;
|
|
||||||
return arg_defined(self, node->nd_args, buf, "method");
|
return arg_defined(self, node->nd_args, buf, "method");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user