зеркало из https://github.com/github/ruby.git
Fix code example doc for Random.alphanumeric
This commit is contained in:
Родитель
247fa3ca76
Коммит
cfae3ed422
|
@ -241,7 +241,7 @@ module Random::Formatter
|
|||
# prng = Random.new
|
||||
# prng.alphanumeric(10) #=> "i6K93NdqiH"
|
||||
#
|
||||
# Random.alphanumeric(4, chars: [*"0".."9"])' #=> "2952"
|
||||
# Random.alphanumeric(4, chars: [*"0".."9"]) #=> "2952"
|
||||
# # or
|
||||
# prng = Random.new
|
||||
# prng.alphanumeric(10, chars: [*"!".."/"]) #=> ",.,++%/''."
|
||||
|
|
Загрузка…
Ссылка в новой задаче