Sha256: bfe3a806a0bd412f3c2f04c38592eeca671d72a4a474800989653575d05dd53d
Contents?: true
Size: 478 Bytes
Versions: 1
Compression:
Stored size: 478 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 112 2004-10-27 10:59:55Z gmosx $ $:.unshift "../lib" # Set this to false to optimize for speed. $DBG = true require "tiny/conf/config" require "n/server/webrick" module App class Server < N::Webrick include App::Config end end # module $app = App::Server.new.exec()
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.3.0 | examples/tiny/app.rb |