123456789_123456789_123456789_123456789_123456789_

Class: Puma::LogWriter::PidFormatter

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

Instance Method Summary

Instance Method Details

#call(str)

[ GitHub ]

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

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