Skip to content

Instantly share code, notes, and snippets.

@tadija
Last active August 29, 2015 14:02
Show Gist options
  • Save tadija/26582054b50aebe41ae6 to your computer and use it in GitHub Desktop.
Save tadija/26582054b50aebe41ae6 to your computer and use it in GitHub Desktop.
SKETCH: object dump and instance methods
var s = selection[0];
print("————————————————————————————————");
print("object dump");
print("————————————————————————————————\n");
log(s.treeAsDictionary());
print("————————————————————————————————");
print("instance methods");
print("————————————————————————————————\n");
log([s class].mocha().instanceMethods());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment