Method: Collective::Key#to_s
- Defined in:
- lib/collective/key.rb
#to_s ⇒ Object
e.g. [email protected]
27 28 29 |
# File 'lib/collective/key.rb', line 27 def to_s "%s-%i@%s" % [ name, pid, host ] end |
e.g. [email protected]
27 28 29 |
# File 'lib/collective/key.rb', line 27 def to_s "%s-%i@%s" % [ name, pid, host ] end |