* eval.c: bugus commit fixed (again, sorry).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f21bc9261a
commit
e173962181
2
eval.c
2
eval.c
@ -1815,6 +1815,8 @@ is_defined(self, node, buf)
|
|||||||
!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