class Puma::Runner

def debug(str)

def debug(str)
  @events.log "- #{str}" if @options[:debug]
end