summary refs log tree commit
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-05 13:29:45 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-05 13:29:45 -0500
commit18cbfc5bcd22193b42bfff69bd8ad17d26eec594 (patch)
tree79fd6bac592f0c627eef8075e6a981b34acedfa4
parenta0b2ee5f2975430627aa959ed8c9de044ec85528 (diff)
downloadrack-18cbfc5bcd22193b42bfff69bd8ad17d26eec594.tar.gz
lib/ should already be added to the $LOAD_PATH by the package manager
-rw-r--r--lib/rack.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rack.rb b/lib/rack.rb
index 371d0156..8d0815b6 100644
--- a/lib/rack.rb
+++ b/lib/rack.rb
@@ -3,10 +3,6 @@
 # Rack is freely distributable under the terms of an MIT-style license.
 # See COPYING or http://www.opensource.org/licenses/mit-license.php.
 
-path = File.expand_path(File.dirname(__FILE__))
-$:.unshift(path) unless $:.include?(path)
-
-
 # The Rack main module, serving as a namespace for all core Rack
 # modules and classes.
 #