xref: /unit/test/ruby/body_array/config.ru (revision 585:17703effc76a)
1app = Proc.new do |env|
2    ['200', {'Content-Length' => '10'}, ['0123', '4567', '89']]
3end
4
5run app
6