module Rubirai::Utils

Public Class Methods

random_str(len) click to toggle source
# File lib/rubirai/utils.rb, line 68
def self.random_str(len)
  SecureRandom.alphanumeric len
end