Skip to content

Instantly share code, notes, and snippets.

@zoffixznet

zoffixznet/p6.p6 Secret

Created May 3, 2017 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/2e8bd72c66e37f5804760d0dd6b75192 to your computer and use it in GitHub Desktop.
Save zoffixznet/2e8bd72c66e37f5804760d0dd6b75192 to your computer and use it in GitHub Desktop.
class Foo {
method o (:$die) {
die if $die;
self;
}
}
Foo.new
.o
.o
.o
.o
.o
.o
.o
.o
.o
.o
.o
.o
.o
.o
.o
.o(:die)
.o
.o
.o
.o
.o
.o
.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment