Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixup
  • Loading branch information
moritz committed Jul 31, 2012
1 parent 558ea68 commit 85b7789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/IO.pm
Expand Up @@ -264,10 +264,10 @@ my class IO::Path is Cool does IO::FileTestable {
method IO(IO::Path:D:) {
IO.new(:$.path);
}
method open(IO::File:D: *%opts) {
method open(IO::Path:D: *%opts) {
open($.path, |%opts);
}
method contents() {
method contents(IO::Path:D:) {
dir($.path);
}
}
Expand Down

0 comments on commit 85b7789

Please sign in to comment.