Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. # if 1.8
  2. [1,2,3].choice # => 2
  3.  
  4. # if 1.9
  5. [1,2,3].sample # => 2
Add Comment
Please, Sign In to add comment