class Puma::LogWriter::PidFormatter

Public Instance Methods

call(str) click to toggle source
# File lib/puma/log_writer.rb, line 21
def call(str)
  "[#{$$}] #{str}"
end