Skip to content

Instantly share code, notes, and snippets.

@scottswezey
Created July 25, 2010 21:03
Show Gist options
  • Save scottswezey/489882 to your computer and use it in GitHub Desktop.
Save scottswezey/489882 to your computer and use it in GitHub Desktop.
match 'status' => proc {|env| [200, {}, 'Online']}
match 'home' => proc {|env| [200, {}, 'It works!']}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment