I think Object is everyone’s ancestor, including Class.
So I think it should be Class.class == Object.
I feel a bit of confused and twisted
I think Object is everyone’s ancestor, including Class. So I think it should be
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
class returns the class (#type) not the ancestor. Objects’s class is Class. Class’s class is Class. Class is an Object. Truth in advertising: I never learned Ruby, but the Object-Class relation has to be the one Smalltalk set forth 30 years ago.