Skip to content

Commit

Permalink
Oops, forgot to remove a proto
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 10, 2020
1 parent 88d9822 commit 627b39b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core.c/IO/Handle.pm6
Expand Up @@ -678,7 +678,6 @@ my class IO::Handle {
}
multi method put(Junction:D \j) { j.THREAD: {self.put: $_} }

proto method say(|) {*}
multi method say(IO::Handle:D: --> True) {
$!decoder
?? self.WRITE($!encoder.encode-chars($!nl-out))
Expand Down

0 comments on commit 627b39b

Please sign in to comment.