11185: On re-run without reuse, assign 'false' to CR.use_existing. Added related...
[arvados.git] / services / arv-web / sample-rack-app / config.ru
1 app = proc do |env|
2     [200, { "Content-Type" => "text/html" }, ["hello <b>world</b> from ruby"]]
3 end
4 run app