Module
ActiveSupport::Testing::Isolation::Subprocess
In:
lib/active_support/testing/isolation.rb
Methods
run_in_isolation
Constants
ORIG_ARGV
=
ARGV.dup unless defined?(ORIG_ARGV)
Public Instance methods
run_in_isolation
() {|proxy| ...}
Crazy H4X to get this working in windows / jruby with no forking.
[Validate]