In type/IO/Spec/Unix§
See primary documentation in context for method devnull
method devnull(--> Str)
Returns the string "/dev/null" representing the "Null device":
.devnull.IO.spurt: "foo bar baz";
In type/IO/Spec/Win32§
See primary documentation in context for method devnull
method devnull(--> Str)
Returns the string "nul" representing the "Null device":
.devnull.IO.spurt: "foo bar baz";