Guest User

Untitled

a guest
May 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. >> Object.is_a?(Class)
  2. => true
  3. >> Class.is_a?(Object)
  4. => true
  5. >> Object.is_a?(Object)
  6. => true
  7. >> Class.is_a?(Class)
  8. => true
Add Comment
Please, Sign In to add comment