Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Match.ACCEPTS
  • Loading branch information
moritz committed Aug 8, 2011
1 parent 169baab commit b4296cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Match.pm
Expand Up @@ -16,4 +16,5 @@ my class Match is Capture {
multi method Bool(Match:D:) {
$!to >= $!from
}
multi method ACCEPTS(Match:D: Any $) { self }
}

0 comments on commit b4296cb

Please sign in to comment.