Created
November 6, 2019 23:32
-
-
Save 7even/205c7a661f15612eb02ab28a9d237850 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chars = ('A'..'Z').to_a + ('a'..'z').to_a + ('0'..'9').to_a | |
40.times.map { chars.sample }.join |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment