1555
# File 'lib/sinatra/base.rb', line 1555 def unlink(path, opts = {}, &block) route 'UNLINK', path, opts, &block end