Skip to content

Commit edeb069

Browse files
committed
[io grant] Document IO::Path.split
1 parent 7797267 commit edeb069

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

doc/Type/IO/Path.pod6

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,18 @@ Defined as:
176176
method comb(IO::Path:D: |args --> Seq:D)
177177
178178
Opens the file and processes its contents the same way
179-
L«C<Str.comb>|/type/Str» does, taking the same arguments. Implementations may
180-
slurp the file in its entirety when this method is called.
179+
L«C<Str.comb>|/type/Str#routine_comb» does, taking the same arguments.
180+
Implementations may slurp the file in its entirety when this method is called.
181+
182+
=head2 method split
183+
184+
Defined as:
185+
186+
method split(IO::Path:D: |args --> Seq:D)
187+
188+
Opens the file and processes its contents the same way
189+
L«C<Str.split>|/type/Str#routine_split» does, taking the same arguments.
190+
Implementations may slurp the file in its entirety when this method is called.
181191
182192
=head2 method extension
183193

0 commit comments

Comments
 (0)