From ef39866fa6e6ac91cc64f18573dea22c3f75c6e1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 19 Jan 2015 09:17:51 +0000 Subject: consolidate spawn fix for Ruby [Bug #8770] Ensure we can apply the workaround to dtas-sourceedit and our test cases while also simplifying the existing call sites a little. This will also make for less code churn in 3-5 years down the line when we drop <= 2.1 support. --- lib/dtas.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/dtas.rb') diff --git a/lib/dtas.rb b/lib/dtas.rb index a711150..e2318c6 100644 --- a/lib/dtas.rb +++ b/lib/dtas.rb @@ -4,3 +4,4 @@ module DTAS # :nodoc: end require_relative 'dtas/compat_onenine' +require_relative 'dtas/spawn_fix' -- cgit v1.2.3-24-ge0c7