UUIDの生成
https://docs.ruby-lang.org/ja/latest/class/SecureRandom.html#S_UUID
▶Run
code:ruby
require 'securerandom'
puts SecureRandom.uuid