Skip to content

Instantly share code, notes, and snippets.

@schneems

schneems/app.ru Secret

Created March 3, 2014 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schneems/18c216cc159772c80361 to your computer and use it in GitHub Desktop.
Save schneems/18c216cc159772c80361 to your computer and use it in GitHub Desktop.
require 'rack'
require 'rack/server'
run Proc.new {|env| [200, {}, ['Hello World']] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment