1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix word case

`windows` -> `Windows`
`jruby` -> `JRuby`
This commit is contained in:
John Bampton 2022-09-18 03:22:12 +10:00
parent 09152576d6
commit dbccaff23e

View file

@ -63,7 +63,7 @@ module ActiveSupport
module Subprocess
ORIG_ARGV = ARGV.dup unless defined?(ORIG_ARGV)
# Complicated H4X to get this working in windows / jruby with
# Complicated H4X to get this working in Windows / JRuby with
# no forking.
def run_in_isolation(&blk)
require "tempfile"