Closed sambostock closed 2 years ago
If used in combination with ruby -w, the unused stderr variable causes a warning. Prefixing it with an underscore tells Ruby we're doing it intentionally and avoids the warning.
ruby -w
stderr
@samg any chance you'd have time to look at this?
Thanks @sambostock! Released in version 3.4.2.
If used in combination with
ruby -w
, the unusedstderr
variable causes a warning. Prefixing it with an underscore tells Ruby we're doing it intentionally and avoids the warning.