Last active
May 29, 2017 16:51
-
-
Save ferki/2ce51e054def6413d9a35516742c46f8 to your computer and use it in GitHub Desktop.
Hidden tasks in Rex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task 'hidden', sub { | |
say q(Ssshh! I'm hiding!); | |
}, { dont_register => TRUE }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment