Skip to content

Instantly share code, notes, and snippets.

@diakopter
Last active April 7, 2016 17:54
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 diakopter/949e318aa0378e7da1004b103b287036 to your computer and use it in GitHub Desktop.
Save diakopter/949e318aa0378e7da1004b103b287036 to your computer and use it in GitHub Desktop.
use MONKEY-TYPING;
augment class Any {
method foo {
say "hello world";
}
}
"blah".foo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment