Skip to content

Instantly share code, notes, and snippets.

@iolo
Created September 11, 2012 08:31
Show Gist options
  • Save iolo/3696907 to your computer and use it in GitHub Desktop.
Save iolo/3696907 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/hello/:name' do |name|
'Hello, #{name}’
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment