зеркало из https://github.com/github/ruby.git
Added a fallback return
This commit is contained in:
Родитель
0d37ed5fdc
Коммит
257007af9a
|
@ -43,6 +43,8 @@ rb_scheduler_close(VALUE scheduler)
|
|||
if (rb_respond_to(scheduler, id_close)) {
|
||||
return rb_funcall(scheduler, id_close, 0);
|
||||
}
|
||||
|
||||
return Qnil;
|
||||
}
|
||||
|
||||
VALUE
|
||||
|
|
Загрузка…
Ссылка в новой задаче