Module: Rubirai::Utils
- Defined in:
- lib/rubirai/utils.rb
Class Method Summary collapse
Class Method Details
.random_str(len) ⇒ Object
68 69 70 |
# File 'lib/rubirai/utils.rb', line 68 def self.random_str(len) SecureRandom.alphanumeric len end |