Skip to content

Instantly share code, notes, and snippets.

@levicole
Created October 11, 2009 23:12
Show Gist options
  • Select an option

  • Save levicole/207943 to your computer and use it in GitHub Desktop.

Select an option

Save levicole/207943 to your computer and use it in GitHub Desktop.
Proc.new { |env|
status, headers, body =
begin
@app.call(env)
rescue => boom
raise
end
[status, headers, body]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment