Skip to content

Instantly share code, notes, and snippets.

@carld
Created April 6, 2018 01:44
Show Gist options
  • Save carld/5c5c200b22aab7a7ccfd0bf93d6f3593 to your computer and use it in GitHub Desktop.
Save carld/5c5c200b22aab7a7ccfd0bf93d6f3593 to your computer and use it in GitHub Desktop.
rack up
run Proc.new { |env|
['200', {'Content-Type' => 'text/html'}, [env.to_s]]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment