Guest User

Untitled

a guest
Jul 17th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. class A
  2. p self
  3. end
  4.  
  5. obj = A.new
  6. class << obj
  7. p self
  8. end
  9.  
  10. # A
  11. # #<Class:#<A:0x0000010090dde0>>
Add Comment
Please, Sign In to add comment