1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Rm mistakenly committed config.ru, rubocop

This commit is contained in:
Nate Berkopec 2019-08-06 17:04:37 -07:00
parent 287ae90b71
commit 6d80a09c82
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6
2 changed files with 3 additions and 4 deletions

View file

@ -1 +0,0 @@
run(proc{|env| [200, {}, [env['HTTP_FOO'].inspect, "\n"]]})