Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #461 from ugexe/patch-8
remove Str.path leftovers in IO::Path.ACCEPTS
  • Loading branch information
lizmat committed Jul 6, 2015
2 parents 01edd37 + a59ab30 commit 365a1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/IO/Path.pm
Expand Up @@ -10,7 +10,7 @@ my class IO::Path is Cool {
has %!parts;

multi method ACCEPTS(IO::Path:D: IO::Path:D \other) {
nqp::p6bool(nqp::iseq_s($.abspath, nqp::unbox_s(other.path.abspath)));
nqp::p6bool(nqp::iseq_s($.abspath, nqp::unbox_s(other.abspath)));
}

multi method ACCEPTS(IO::Path:D: Mu \that) {
Expand Down

0 comments on commit 365a1a6

Please sign in to comment.