[Bug #18753]
Merged: https://github.com/ruby/ruby/pull/5841
@ -9348,7 +9348,7 @@ argf_set_lineno(VALUE argf, VALUE val)
{
ARGF.lineno = NUM2INT(val);
ARGF.last_lineno = ARGF.lineno;
return Qnil;
return val;
}
/*
The note is not visible to the blocked user.