Skip to content

Commit 21f0685

Browse files
authored
Document IO::Pipe's .close method
1 parent babf163 commit 21f0685

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Type/IO/Pipe.pod6

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Pipes can be easily constructed with L<sub run and Proc.new|/type/Proc>.
1515
1616
=head1 Methods
1717
18+
=head2 method close
19+
20+
method close(IO::Pipe:) returns Proc:D
21+
22+
Closes the pipe and returns L<Proc> object from which the pipe originates.
23+
1824
=head2 method proc
1925
2026
method proc(IO::Pipe:) returns Proc:D

0 commit comments

Comments
 (0)