We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0915257 + dbccaff commit e5288b2Copy full SHA for e5288b2
activesupport/lib/active_support/testing/isolation.rb
@@ -63,7 +63,7 @@ def run_in_isolation(&blk)
63
module Subprocess
64
ORIG_ARGV = ARGV.dup unless defined?(ORIG_ARGV)
65
66
- # Complicated H4X to get this working in windows / jruby with
+ # Complicated H4X to get this working in Windows / JRuby with
67
# no forking.
68
def run_in_isolation(&blk)
69
require "tempfile"
0 commit comments