class DataAnon::Utils::RandomStringCharsOnly
Constants
- CHARS
Public Class Methods
Source
# File lib/utils/random_string_chars_only.rb, line 7 def self.generate length = nil RandomString.generate length, CHARS end
# File lib/utils/random_string_chars_only.rb, line 7 def self.generate length = nil RandomString.generate length, CHARS end