Skip to content

Instantly share code, notes, and snippets.

@benvanstaveren
Created October 14, 2011 21:01
Show Gist options
  • Save benvanstaveren/1288329 to your computer and use it in GitHub Desktop.
Save benvanstaveren/1288329 to your computer and use it in GitHub Desktop.
function dumpAttributes(aMooseClass) {
aMooseClass.meta().get_all_attributes().forEach(function(attr) {
say("aMooseClass has attribute: ", attr.name());
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment