Update the process’s proc title with the given string
99 100 101
# File 'lib/pantry.rb', line 99 def set_proc_title(title) $0 = title end