Fixed argument in the fallback function [Bug #15987]
This commit is contained in:
parent
c2723e59c2
commit
f74e23af32
@ -2578,7 +2578,7 @@ opts_exception_p(VALUE opts)
|
||||
break;
|
||||
default:
|
||||
rb_raise(rb_eArgError, "true or false is expected as exception: %+"PRIsVALUE,
|
||||
obj);
|
||||
exception);
|
||||
}
|
||||
return exception != Qfalse;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user