Module: Trident::Utils

Included in:
CLI, Pool, PoolManager
Defined in:
lib/trident/utils.rb

Instance Method Summary collapse

Instance Method Details

#procline(id, string) ⇒ Object



4
5
6
# File 'lib/trident/utils.rb', line 4

def procline(id, string)
  $0 = "trident[#{id}]: #{string}"
end