initial import

This commit is contained in:
2009-12-10 20:45:56 +02:00
commit 14f518ce91
44 changed files with 1867 additions and 0 deletions

9
init/init.rb Normal file
View File

@@ -0,0 +1,9 @@
if !$LOAD_PATH.include?(File.dirname(__FILE__))
$LOAD_PATH << File.dirname(__FILE__)
end
require "config"
require "lib/skyhook"
$console = true if $console.nil?
# $debug = 2