method
forking_env?
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::Testing::Isolation
forking_env?()public
No documentation available.
# File activesupport/lib/active_support/testing/isolation.rb, line 60
def self.forking_env?
!ENV["NO_FORK"] && ((RbConfig::CONFIG['host_os'] !~ /mswin|mingw/) && (RUBY_PLATFORM !~ /java/))
end