Class: Puma::Events::PidFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/puma/events.rb

Instance Method Summary collapse

Instance Method Details

#call(str) ⇒ Object



18
19
20
# File 'lib/puma/events.rb', line 18

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