123456789_123456789_123456789_123456789_123456789_

Class: Puma::Events::PidFormatter

Relationships & Source Files
Inherits: Object
Defined in: lib/puma/events.rb

Instance Method Summary

Instance Method Details

#call(str)

[ GitHub ]

  
# File 'lib/puma/events.rb', line 21

def call(str)
  "[#{$$}] #{str}"
end