We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71788a2 commit 0189217Copy full SHA for 0189217
doc/Type/IO/Handle.pod6
@@ -353,8 +353,9 @@ with 'foo'.IO {
353
354
Defined as:
355
356
- sub lines(IO::Handle:D $fh = $*ARGFILES, $limit = Inf, :$close --> Seq:D)
357
- method lines(IO::Handle:D: $limit = Inf, :$close --> Seq:D)
+ sub lines( $what = $*ARGFILES, |c)
+ method lines( IO::Handle:D: $limit, :$close )
358
+ method lines( IO::Handle:D: :$close )
359
360
Return a L<Seq|/type/Seq> each element of which is a line from the handle (that is
361
chunks delineated by L«C<.nl-in>|/type/IO::Handle#method_nl-in»). If the
0 commit comments