* 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:
matz 2002-01-16 09:32:51 +00:00
Родитель f21bc9261a
Коммит e173962181
1 изменённых файлов: 2 добавлений и 0 удалений

2
eval.c
Просмотреть файл

@ -1815,6 +1815,8 @@ is_defined(self, node, buf)
!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;