Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Forked from soveran/config.ru
Created April 7, 2012 17:45
Show Gist options
  • Save bcardarella/2330786 to your computer and use it in GitHub Desktop.
Save bcardarella/2330786 to your computer and use it in GitHub Desktop.
Smaller Sinatra App
require 'sinatra'
get('/') { 'Hello world' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment