module Trident::Utils

Public Instance Methods

procline(id, string) click to toggle source
# File lib/trident/utils.rb, line 4
def procline(id, string)
  $0 = "trident[#{id}]: #{string}"
end