Changed $:

This commit is contained in:
Wlodek Bzyl 2009-07-06 23:41:47 +02:00
parent aca6a770eb
commit 02b2991028
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
path = File.expand_path("../lib" + File.dirname(__FILE__))
$:.unshift(path) unless $:.include?(path)
require 'rubygems'
require 'sinatra'