Guest User

Untitled

a guest
May 26th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/usr/bin/env ruby
  2.  
  3. # Quake 3 Pwnage!
  4. def frags(name, weapon)
  5. result = "badrig fragged #{name} with #{weapon}"
  6. return
  7. end
  8.  
  9. puts "Heeeaadshooot!!"
  10. puts frags("Martin","Railgun")
  11.  
  12. # Ausgabe:
  13. # Heeeaadshooot!!
  14. # nil
Add Comment
Please, Sign In to add comment