Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created February 19, 2010 23:20
Show Gist options
  • Save bmizerany/309345 to your computer and use it in GitHub Desktop.
Save bmizerany/309345 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
get '/' do
settings.port.to_s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment