class Kodo::Algorithms::Uuid
Public Instance Methods
create()
click to toggle source
# File lib/kodo/algorithms/uuid.rb, line 4 def create for i in 1..@count do puts SecureRandom.uuid() end end
# File lib/kodo/algorithms/uuid.rb, line 4 def create for i in 1..@count do puts SecureRandom.uuid() end end