method

check!

check!()
public

No documentation available.

# File activesupport/lib/active_support/fork_tracker.rb, line 36
      def check!
        if @pid != Process.pid
          @callbacks.each(&:call)
          @pid = Process.pid
        end
      end