Parent

Methods

Puma::PidEvents

Public Instance Methods

error(str) click to toggle source
# File lib/puma/events.rb, line 126
def error(str)
  super "[#{$$}] #{str}"
end
log(str) click to toggle source
# File lib/puma/events.rb, line 118
def log(str)
  super "[#{$$}] #{str}"
end
write(str) click to toggle source
# File lib/puma/events.rb, line 122
def write(str)
  super "[#{$$}] #{str}"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.