Skip to content

Instantly share code, notes, and snippets.

@hone
Created January 11, 2012 01:55
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 hone/1592485 to your computer and use it in GitHub Desktop.
Save hone/1592485 to your computer and use it in GitHub Desktop.
require 'bundler/setup'
require 'sinatra'
get '/' do
`ruby -v`
end
run Sinatra::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment