Skip to content

Commit

Permalink
[io grant] Document IO::Handle.Str
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Apr 15, 2017
1 parent bd4fa68 commit 2aaf12a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/Type/IO/Handle.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@ and C<$*ERR> it returns an L<IO::Special|/type/IO::Special> object.
Alias for L«C<.path>|/type/IO::Handle#method_path»
=head2 method Str
Returns the value of L«C<.path>|/type/IO::Handle#method_path», coerced
to L<Str>.
=for code :skip-test
say "foo".IO.open.path; # OUTPUT: «"foo".IO␤»
Expand Down

0 comments on commit 2aaf12a

Please sign in to comment.