Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add helper method Supply.taps for debugging
  • Loading branch information
lizmat committed Jul 10, 2014
1 parent 592a2ed commit 2c957ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Supply.pm
Expand Up @@ -66,6 +66,7 @@ my role Supply {
Nil;
}

method taps(Supply:D:) { +@!tappers }
method live(Supply:D:) { True };

method Supply(Supply:) { self }
Expand Down

0 comments on commit 2c957ff

Please sign in to comment.