class Puma::LogWriter::PidFormatter

def call(str)

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