lib/pitchfork/worker.rb in pitchfork-0.14.0 vs lib/pitchfork/worker.rb in pitchfork-0.15.0
- old
+ new
@@ -108,14 +108,9 @@
def to_io # IO.select-compatible
@to_io.to_io
end
- # master fakes SIGQUIT using this
- def quit # :nodoc:
- @master = @master.close if @master
- end
-
def master=(socket)
@master = MessageSocket.new(socket)
end
# call a signal handler immediately without triggering EINTR