Method: Pantry#set_proc_title

Defined in:
lib/pantry.rb

#set_proc_title(title) ⇒ Object

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