devnull
ErrorsCollection

devnull

Synthesised documentation from type/IO/Spec/Win32 type/IO/Spec/Unix

From type/IO/Spec/Win32

See Original text in context

method devnull(--> Str:D)

Returns the string "nul" representing the "Null device":

$*SPEC.devnull.IO.spurt: "foo bar baz";

From type/IO/Spec/Unix

See Original text in context

method devnull(--> Str:D)

Returns the string "/dev/null" representing the "Null device":

$*SPEC.devnull.IO.spurt: "foo bar baz";