public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
macournoyer (author)
Tue Jul 01 19:39:34 -0700 2008
commit  d6a6fc96165a6af2b38f738a6315c811b02a0dcf
tree    06b1bbb47ae710aa768012c76373ce2da57649e8
parent  691e412e7cf691b64166760da5d611075180e1f8
thin / example / myapp.rb
100644 1 lines (1 sloc) 0.053 kb
1
Myapp = lambda { |env| [200, {}, 'this is my app!'] }