File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,18 @@ Defined as:
176
176
method comb(IO::Path:D: |args --> Seq:D)
177
177
178
178
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.
181
191
182
192
= head2 method extension
183
193
You can’t perform that action at this time.
0 commit comments