lib/fssm.rb | 3 ---
1 file changed, 3 deletions(-)
Description: Avoid $LOAD_PATH manipulations in lib/fssm.rb
Author: Cédric Boutillier <cedric.boutillier@gmail.com>
Last-Update: 2012-05-15
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/fssm.rb
+++ b/lib/fssm.rb
@@ -1,6 +1,3 @@
-dir = File.expand_path(File.dirname(__FILE__))
-$LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)
-
require 'thread'
module FSSM