# File lib/spring/application.rb, line 261 def invoke_after_fork_callbacks Spring.after_fork_callbacks.each do |callback| callback.call end end