Skip to content

Instantly share code, notes, and snippets.

@ynonp
Created July 4, 2012 07:56
Show Gist options
  • Save ynonp/3045987 to your computer and use it in GitHub Desktop.
Save ynonp/3045987 to your computer and use it in GitHub Desktop.
package AbstractZombie;
sub eat_brain { ... }
package main;
AbstractZombie::eat_brain;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment