# File lib/spring/server.rb, line 89 def ignore_signals IGNORE_SIGNALS.each { |sig| trap(sig, "IGNORE") } end