Skip to content

Commit

Permalink
Tweak to a signature that we got away with before due to method signa…
Browse files Browse the repository at this point in the history
…ture generation bug.
  • Loading branch information
jnthn committed Feb 27, 2010
1 parent ced5b05 commit 6c35359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Block.pm
Expand Up @@ -24,7 +24,7 @@ augment class Block {
$count
}

method ACCEPTS($topic) {
method ACCEPTS(Mu $topic) {
self.count == 0 ?? self.() !! self.($topic);
}

Expand Down

0 comments on commit 6c35359

Please sign in to comment.