Changed $:
This commit is contained in:
parent
aca6a770eb
commit
02b2991028
|
@ -1,3 +1,6 @@
|
|||
path = File.expand_path("../lib" + File.dirname(__FILE__))
|
||||
$:.unshift(path) unless $:.include?(path)
|
||||
|
||||
require 'rubygems'
|
||||
|
||||
require 'sinatra'
|
||||
|
|
Loading…
Reference in New Issue