方法
- #
实例公共方法
_fork() 链接
源代码: 显示 | 在 GitHub 上
# File activesupport/lib/active_support/fork_tracker.rb, line 6 def _fork pid = super if pid == 0 ForkTracker.after_fork_callback end pid end
源代码: 显示 | 在 GitHub 上
# File activesupport/lib/active_support/fork_tracker.rb, line 6 def _fork pid = super if pid == 0 ForkTracker.after_fork_callback end pid end