Sha256: 540a6612b39779724b1b662fbe31ea5df7485c8b58fbe34048ca88cf0bab71d3
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 Bytes
Contents
#!/usr/local/bin/ruby # = Tiny Example # # A simple Web Application to demonstrate the Engine. # # code: # * George Moschovitis <gm@navel.gr> # # (c) 2004 Navel, all rights reserved. # $Id: app.rb 185 2004-12-10 13:29:09Z gmosx $ $DBG = false $LOAD_PATH.unshift "../../lib" require "config" $app = N::WebrickServer.new.exec()
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.7.0 | examples/tiny/app.rb |
nitro-0.8.0 | examples/tiny/app.rb |
nitro-0.6.0 | examples/tiny/app.rb |