Class: Puma::LogWriter::PidFormatter
- Inherits:
-
Object
- Object
- Puma::LogWriter::PidFormatter
- Defined in:
- lib/puma/log_writer.rb
Instance Method Summary collapse
Instance Method Details
#call(str) ⇒ Object
21 22 23 |
# File 'lib/puma/log_writer.rb', line 21 def call(str) "[#{$$}] #{str}" end |