File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,15 +137,15 @@ Returns C<True> if the path is a relative path, and C<False> otherwise.
137
137
138
138
= head2 method absolute
139
139
140
- method absolute(IO::Path:D: $base = ~$*CWD --> IO::Path )
140
+ method absolute(IO::Path:D: $base = ~$*CWD --> Str )
141
141
142
- Returns a new C < IO::Path > object that is an absolute path, based on C < $base > .
142
+ Returns a new C < Str > object that is an absolute path, based on C < $base > .
143
143
144
144
= head2 method relative
145
145
146
- method relative(IO::Path:D: $base = ~$*CWD --> IO::Path )
146
+ method relative(IO::Path:D: $base = ~$*CWD --> Str )
147
147
148
- Returns a new C < IO::Path > object relative to the C < $base > path.
148
+ Returns a new C < Str > object relative to the C < $base > path.
149
149
150
150
= head2 method parent
151
151
You can’t perform that action at this time.
0 commit comments