Skip to content

Instantly share code, notes, and snippets.

@zachhale
Created March 6, 2009 21:09
Show Gist options
  • Save zachhale/75073 to your computer and use it in GitHub Desktop.
Save zachhale/75073 to your computer and use it in GitHub Desktop.
>> o = Object.new
=> #<Object:0x815c45c>
>> o.class
=> Object
>> Class.superclass.superclass
=> Object
>> Object.class
=> Class
>> Object.superclass
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment