Skip to content

Commit

Permalink
Implement Bool.ACCEPTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Feb 16, 2010
1 parent 9df5b4a commit 5c09ebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/Bool.pm
@@ -1,3 +1,4 @@
augment class Bool {
method Bool { self }
}
method ACCEPTS($topic) { self }
}

0 comments on commit 5c09ebb

Please sign in to comment.