1551
# File 'lib/sinatra/base.rb', line 1551 def patch(path, opts = {}, &block) route 'PATCH', path, opts, &block end