Make sure vendored rack is at the front of the load path

This commit is contained in:
Joshua Peek
2009-02-10 10:48:54 -06:00
parent 7527cdf79c
commit 0d5b3e6b41

View File

@@ -3,8 +3,7 @@
# Rack is freely distributable under the terms of an MIT-style license.
# See COPYING or http://www.opensource.org/licenses/mit-license.php.
$: << File.expand_path(File.dirname(__FILE__))
$:.unshift(File.expand_path(File.dirname(__FILE__)))
# The Rack main module, serving as a namespace for all core Rack
# modules and classes.