Open
Description
Problem or new feature
$ raku -e 'my $p = IO::Pipe.new();'
Required named parameter 'on-close' not passed
in block <unit> at -e line 1
however, the docs for IO::Pipe
do not even mention this parameter, much less that it is required.
Suggestions
Document IO::Pipe.new
(currently only the inherited new
method from its parent class IO::Handle
is shown).