repo.or.cz
/
maraby.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added simple Rack app.
[maraby.git]
/
simple_rack_app
/
start.ru
blob
323194b3cf4c4df25a852a3f34edcd61b77a256e
1
%w(ss).each{|dep|require dep}
2
3
run SimpleServer.new({
4
:logger => Simple::Logger.new(STDOUT)
5
})