Skip to content

Instantly share code, notes, and snippets.

@cmrd-senya
Created October 24, 2015 01:39
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 cmrd-senya/859ba7307bc960e73b9e to your computer and use it in GitHub Desktop.
Save cmrd-senya/859ba7307bc960e73b9e to your computer and use it in GitHub Desktop.
World do
Rack::Builder.new do
# map '/' do
Rack::Handler::WEBrick.run Sinatra::Application.new
# end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment