random_string(len) -> String
A-Z, a-z, 0-9 からなる長さ len のランダムな文字列を返します。
require 'webrick' p WEBrick::Utils.random_string(10) #=> "xF0jwU4RJd"