mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #46059 from jbampton/fix-word-case [ci-skip]
Fix word case
This commit is contained in:
commit
e5288b2760
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue