Sha256: 84e402e734e8167e92f57c1cbe3cf689b225e70dcb6be467e71abcf684c5625c
Contents?: true
Size: 477 Bytes
Versions: 1
Compression:
Stored size: 477 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 90 2004-10-20 12:56:43Z gmosx $ $:.unshift "../lib" # Set this to false to optimize for speed. $DBG = true require "tiny/conf/config" require "n/app/webrick" module App class Server < N::App::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.1.2 | examples/tiny/app.rb |