Sha256: f50795bdee7d1cfafa3d95c07e7de817d31188cb20b0710221f2d6306d4a5304
Contents?: true
Size: 333 Bytes
Versions: 3
Compression:
Stored size: 333 Bytes
Contents
#! /usr/bin/env ruby # = YourApp # # A skeleton application. # # code: # * George Moschovitis <gm@navel.gr> # # (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()
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.6.0 | bin/proto/app.rb |
nitro-0.8.0 | bin/proto/app.rb |
nitro-0.7.0 | bin/proto/app.rb |