Guest User

Untitled

a guest
May 26th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. # Totally going to hell
  2.  
  3. class ::Object
  4. alias old_rand rand
  5.  
  6. def rand(num=0)
  7. 0
  8. end
  9. end
Add Comment
Please, Sign In to add comment