method
forking_env?
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Testing::Isolation
forking_env?()public
No documentation available.
# File activesupport/lib/active_support/testing/isolation.rb, line 14
def self.forking_env?
!ENV["NO_FORK"] && Process.respond_to?(:fork)
end