Guest User

Untitled

a guest
Jul 16th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class Evil
  2. def method_missing(m, *args, &block)
  3. raise "Thine code has felt the taint of evil AND SHALL BE FOREVER CORRUPTED"
  4. end
  5. end
Add Comment
Please, Sign In to add comment