Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created May 8, 2017 23:19
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/de80ca68549982c6b453bd4e60e8e64a to your computer and use it in GitHub Desktop.
Save zoffixznet/de80ca68549982c6b453bd4e60e8e64a to your computer and use it in GitHub Desktop.
class Foo {
method spurt2 { 'foo' }
method spurt3 (--> 'foo') { }
}
Foo.spurt2;
Foo.spurt3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment