Add log render nothing

This commit is contained in:
2014-10-17 16:39:37 +02:00
parent 9e9855f762
commit 4ac4b4c5fe
6 changed files with 35410 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
run Proc.new { |env|
[200, {'Content-Type' => 'text/html'}, ["Hello world"]]
}