Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created February 11, 2009 06:37
Show Gist options
  • Save bmizerany/61879 to your computer and use it in GitHub Desktop.
Save bmizerany/61879 to your computer and use it in GitHub Desktop.
require 'main'
run Sinatra::Application
require 'rubygems'
require 'sinatra'
get '/test' do
'it works!'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment