Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created July 16, 2012 09:55
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 hoelzro/3121878 to your computer and use it in GitHub Desktop.
Save hoelzro/3121878 to your computer and use it in GitHub Desktop.
use v6;
class RobTest does Associative {
multi method postcircumfix:<{ }>($key) {
return Any;
}
}
my %environment = RobTest.new();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment