From 69bc20d570e3fcad3f3ebc24705f80fb77fb25bf Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 25 Aug 2013 06:33:30 +0000 Subject: use require_relative for loading 1.9 compatibility We use it everywhere else since it can potentially speed things up. --- lib/dtas.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dtas.rb b/lib/dtas.rb index 886c03c..43232fb 100644 --- a/lib/dtas.rb +++ b/lib/dtas.rb @@ -4,4 +4,4 @@ module DTAS # :nodoc: end -require 'dtas/compat_onenine' +require_relative 'dtas/compat_onenine' -- cgit v1.2.3-24-ge0c7