Skip to content

Commit

Permalink
Remove Cool.path; cfa++ for pointing it out
Browse files Browse the repository at this point in the history
Looks to be a vestigial leftover from when there were plans for
qp// and the like. We already have Cool.IO, so there's no point
for .path. It's unspecced and undocumented.
  • Loading branch information
zoffixznet committed Mar 3, 2018
1 parent 440fcea commit b212fc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Cool.pm6
Expand Up @@ -209,7 +209,6 @@ my class Cool { # declared in BOOTSTRAP
method printf (*@args) { printf(self, @args) };
method samecase(Cool:D: Cool $pattern) { self.Stringy.samecase($pattern) }

method path() { self.Stringy.IO }
method trim () { self.Stringy.trim };
method trim-leading () { self.Stringy.trim-leading };
method trim-trailing() { self.Stringy.trim-trailing };
Expand Down

0 comments on commit b212fc5

Please sign in to comment.