Advertisement
m_antis

Kool London Dancing Bomb

Mar 23rd, 2020
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.24 KB | None | 0 0
  1. dancing_array = [" :dm: ", " :rd: ", " :dm1: "] #" :eq: ",  " :mast: ",  " :jamos: ",  " :dial: ",  " :NY: " ]
  2.  
  3. dancing_array.shuffle
  4. count = 30
  5. dancing_bomb = ""
  6.  
  7. count.times do
  8.   dancing_bomb << dancing_array.sample
  9. end
  10.  
  11. puts dancing_bomb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement