Skip to content

Commit

Permalink
add IO and path methods to S32::Str
Browse files Browse the repository at this point in the history
  • Loading branch information
labster committed Jun 6, 2013
1 parent d1f9930 commit 2f8ec12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions S32-setting-library/Str.pod
Expand Up @@ -609,6 +609,14 @@ that line. Thus, an C<.indent> call on a multiline string therefore amounts
to C< .lines».indent.join("\n") >, modulo exotic line endings in the
original string, and the proviso about empty lines.

=item IO

Returns an unopened IO::Handle, using the string as the file path.

=item path

Returns an IO::Path, using the string as the file path.

=back

=head1 Additions
Expand Down

0 comments on commit 2f8ec12

Please sign in to comment.