Skip to content

Commit

Permalink
Adapts definitions preparing for #2632
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jan 19, 2020
1 parent 71788a2 commit 0189217
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/Type/IO/Handle.pod6
Expand Up @@ -353,8 +353,9 @@ with 'foo'.IO {
Defined as:
sub lines(IO::Handle:D $fh = $*ARGFILES, $limit = Inf, :$close --> Seq:D)
method lines(IO::Handle:D: $limit = Inf, :$close --> Seq:D)
sub lines( $what = $*ARGFILES, |c)
method lines( IO::Handle:D: $limit, :$close )
method lines( IO::Handle:D: :$close )
Return a L<Seq|/type/Seq> each element of which is a line from the handle (that is
chunks delineated by L«C<.nl-in>|/type/IO::Handle#method_nl-in»). If the
Expand Down

0 comments on commit 0189217

Please sign in to comment.