Skip to content

Instantly share code, notes, and snippets.

@snobutaka
Created July 20, 2018 07:35
Show Gist options
  • Save snobutaka/2f48ebc987a86bf42298427a458c7042 to your computer and use it in GitHub Desktop.
Save snobutaka/2f48ebc987a86bf42298427a458c7042 to your computer and use it in GitHub Desktop.
Ruby Sinatra Exampe
# [Sinatra](http://sinatrarb.com/intro.html) example
require 'sinatra'
get('/') do
"Hello Sinatra world!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment