module UmbrellioUtils::Random

Public Instance Methods

uuid() click to toggle source
# File lib/umbrellio_utils/random.rb, line 7
def uuid
  SecureRandom.uuid
end