summaryrefslogtreecommitdiffhomepage
path: root/test/ruby/hooks/on_thread_boot.rb
blob: 1e05e248cef283536709665473c018ab9d598af7 (plain) (blame)
1
2
3
4
5
require 'securerandom'

on_thread_boot do
    File.write("./cookie_thread_boot.#{SecureRandom.hex}", "booted")
end