class DataAnon::Utils::RandomStringCharsOnly

Constants

CHARS

Public Class Methods

generate(length = nil) click to toggle source
# File lib/utils/random_string_chars_only.rb, line 7
def self.generate length = nil
  RandomString.generate length, CHARS
end