Guest User

Untitled

a guest
May 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class B
  2. def method_missing(*a)
  3. # Object.suckit rescue nil
  4. p a
  5. super
  6. end
  7. end
  8.  
  9. b = B.new
  10. b.instance_eval { blah }
Add Comment
Please, Sign In to add comment