Skip to content

Instantly share code, notes, and snippets.

@adh
Created January 15, 2012 17:02
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 adh/1616441 to your computer and use it in GitHub Desktop.
Save adh/1616441 to your computer and use it in GitHub Desktop.
]=> <standard-type>
#<meta-type 0x7f61d3bee000 standard-type instance-size: 152>
]=> ;inspect-result
object 0x7f61d3bee000 is a meta-type
Slots:
0: [name ] "standard-type"
1: [documentation] "Base metaclass representing common methods of all objects"
2: [superclass ] #<abstract-type 0x7f61d3c01d20 type-specializer instance-size: 0>
3: [roles ] ()
Enter slot index or keyword to inspect it's value.
inspect> 2
object 0x7f61d3c01d20 is an abstract-type
Slots:
0: [name ] "type-specializer"
1: [documentation] ()
2: [superclass ] ()
3: [roles ] ()
Enter slot index or keyword to inspect it's value.
inspect>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment