Skip to content

Instantly share code, notes, and snippets.

@pmichaud
Created June 18, 2012 16:45
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pmichaud/2949346 to your computer and use it in GitHub Desktop.
#= include<masterdocs/zebra>
#= In rakudo, the zebras function also does X, Y, and Z.
sub zebras { ... }
@tadzik
Copy link

tadzik commented Jun 18, 2012

= In rakudo, the zebras function also does X, Y, and Z.

sub zebras { ... }

meanwhile, in Pod::Block::Declarator::Setting...

method content {
fetch-docs-from-some-file() ~ @.content
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment