Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make IO.Path.gist a bit more human readable
  • Loading branch information
lizmat committed Oct 3, 2014
1 parent 8d3f759 commit f79cf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/IO/Path.pm
Expand Up @@ -66,7 +66,7 @@ my class IO::Path is Cool does IO::FileTestable {

multi method Str (IO::Path:D:) { $!path }
multi method gist(IO::Path:D:) {
"q|$.abspath|.IO";
qq|"$.abspath".IO|;
}
multi method perl(IO::Path:D:) {
($.is-absolute
Expand Down

0 comments on commit f79cf92

Please sign in to comment.