Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Path.Str should NOT return an IO object.
  • Loading branch information
colomon committed Jun 4, 2013
1 parent 5c63c23 commit aee6525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CORE.setting
Expand Up @@ -3875,7 +3875,7 @@ class IO::Path is Cool does IO::FileTestable {
multi method Str(IO::Path:D:) {
sub Combine($a, $b) {
Q:CgOp { (box Str (path_combine (obj_getstr {$a}) (obj_getstr {$b}))) }.IO
Q:CgOp { (box Str (path_combine (obj_getstr {$a}) (obj_getstr {$b}))) }
}
Combine(Combine($.volume, $.directory), $.basename);
}
Expand Down

0 comments on commit aee6525

Please sign in to comment.