Method: Collective::Key#to_s

Defined in:
lib/collective/key.rb

#to_sObject



27
28
29
# File 'lib/collective/key.rb', line 27

def to_s
  "%s-%i@%s" % [ name, pid, host ]
end