Skip to content

Instantly share code, notes, and snippets.

@nakajima
Created July 31, 2008 03:47
Show Gist options
  • Save nakajima/3398 to your computer and use it in GitHub Desktop.
Save nakajima/3398 to your computer and use it in GitHub Desktop.
%w(rubygems sinatra).each { |lib| require lib }
get '/' do
"Fellow World!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment