Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Making $*IN special is not such a good idea
  • Loading branch information
lizmat committed Mar 11, 2015
1 parent 9e2c657 commit d7c8a39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/IO/Dup.pm
Expand Up @@ -23,8 +23,6 @@ class IO::Dup does IO does PIO {
self!set-PIO-attributes(:$PIO,|c);
}

multi method slurp(IO::Dup:D: |c) { self.slurp-rest(|c) }

multi method WHICH(IO::Dup:D:) { "IO::Dup($!fileno)" }
multi method Str(IO::Dup:D:) { @name[$!fileno] // "Dup#$!fileno" }

Expand Down

0 comments on commit d7c8a39

Please sign in to comment.