Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.can helper is only defined on Any, not Mu. Last bug I fixed masked t…
…his issue somehow - this deals with it.
  • Loading branch information
jnthn committed Jul 19, 2010
1 parent 1231260 commit f49e91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Mu.pm
@@ -1,4 +1,4 @@
subset Matcher of Mu where { .can('ACCEPTS') };
subset Matcher of Mu where { .^can('ACCEPTS') };

augment class Mu {
method Bool { $.defined }
Expand Down

0 comments on commit f49e91b

Please sign in to comment.