Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ifo/35c8b635d340da8090cb to your computer and use it in GitHub Desktop.
Save ifo/35c8b635d340da8090cb to your computer and use it in GitHub Desktop.
require 'sinatra';set port: 4568;%w[get put post delete options patch].map{|m| send(m, '*'){503}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment