Skip to content

Commit 2b130cf

Browse files
authored
Reformat signature of IO::Handle.open
So it fits on screen
1 parent 81c2d23 commit 2b130cf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@
1212
1313
Defined as:
1414
15-
method open(IO::Handle:D: :$r, :$w, :$x, :$a, :$update, :$rw, :$rx, :$ra, Str :$mode, :$create, :$append, :$truncate, :$exclusive, :$bin, :$enc, :$chomp, :$nl-in, Str:D :$nl-out --> IO::Handle:D)
15+
=for code :skip-test
16+
method open(IO::Handle:D:
17+
:$bin, :$enc, :$chomp, :$nl-in, Str:D :$nl-out,
18+
Str :$mode,
19+
:$r, :$w, :$a, :$x, :$update, :$rw, :$rx, :$ra,
20+
:$create, :$append, :$truncate, :$exclusive,
21+
--> IO::Handle:D
22+
)
1623
1724
Opens the handle in one of the modes. L<Fails|/routine/fail> with appropriate
1825
exception if the open fails.

0 commit comments

Comments
 (0)