Skip to content

Instantly share code, notes, and snippets.

@gciampa
Created January 31, 2010 19:56
Show Gist options
  • Save gciampa/291210 to your computer and use it in GitHub Desktop.
Save gciampa/291210 to your computer and use it in GitHub Desktop.
get '/hello/:name' do |name|
"#{params.inspect}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment