#! /usr/bin/env ruby # = YourApp # # A skeleton application. # # code: # * George Moschovitis # # (c) 2004 Navel, all rights reserved. # $Id: app.rb 188 2004-12-10 14:14:17Z gmosx $ # set to true for DEBUG mode. $DBG = true $LOAD_PATH.unshift "../nitro/lib" require "config" $app = N::WebrickServer.new.exec()