Guest User

Untitled

a guest
Apr 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. class X
  2. def y
  3. eval "class Z;end"
  4. end
  5. end
  6.  
  7. X.new.y
  8. p X::Z
  9. p X.constants
Add Comment
Please, Sign In to add comment