Puma::Events
# File lib/puma/events.rb, line 126 def error(str) super "[#{$$}] #{str}" end
# File lib/puma/events.rb, line 118 def log(str) super "[#{$$}] #{str}" end
# File lib/puma/events.rb, line 122 def write(str) super "[#{$$}] #{str}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.