Skip to content

Commit 2aaf12a

Browse files
committed
[io grant] Document IO::Handle.Str
1 parent bd4fa68 commit 2aaf12a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ and C<$*ERR> it returns an L<IO::Special|/type/IO::Special> object.
282282
283283
Alias for L«C<.path>|/type/IO::Handle#method_path»
284284
285+
=head2 method Str
286+
287+
Returns the value of L«C<.path>|/type/IO::Handle#method_path», coerced
288+
to L<Str>.
289+
285290
=for code :skip-test
286291
say "foo".IO.open.path; # OUTPUT: «"foo".IO␤»
287292

0 commit comments

Comments
 (0)