1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Define @notify in Server#initialize

Eliminate `instance variable @notify not initialized` warnings
This commit is contained in:
Will Jordan 2020-05-01 20:05:14 -07:00 committed by GitHub
parent 613ac8e803
commit 0c25b37bf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ module Puma
@app = app @app = app
@events = events @events = events
@check, @notify = nil
@status = :stop @status = :stop
@min_threads = 0 @min_threads = 0