summaryrefslogblamecommitdiffhomepage
path: root/test/ruby/syntax_error/config.ru
blob: 45c42dad1a3ad86bdf6cf3406253c77b07c76ab7 (plain) (tree)
1
2
3
4
5




                                            
app = Proc.new |env|
    ['200', {'Content-Length' => '0'}, ['']]
end

run app