# File lib/eventmachine.rb, line 286
  def self.add_shutdown_hook &block
    @tails << block
  end