mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
do not modify load path
This commit is contained in:
parent
1306029ce1
commit
6a91fa89b8
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
libdir = File.dirname(__FILE__)
|
||||
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
||||
|
||||
require 'sinatra/base'
|
||||
require 'sinatra/main'
|
||||
|
||||
|
|
Loading…
Reference in a new issue