Instantly share code, notes, and snippets.
Get list of methods from meta class:
my @methods = Foo->^methods();