зеркало из https://github.com/github/ruby.git
Fixed argument in the fallback function [Bug #15987]
This commit is contained in:
Родитель
c2723e59c2
Коммит
f74e23af32
|
@ -2578,7 +2578,7 @@ opts_exception_p(VALUE opts)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
rb_raise(rb_eArgError, "true or false is expected as exception: %+"PRIsVALUE,
|
rb_raise(rb_eArgError, "true or false is expected as exception: %+"PRIsVALUE,
|
||||||
obj);
|
exception);
|
||||||
}
|
}
|
||||||
return exception != Qfalse;
|
return exception != Qfalse;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче