1541
# File 'lib/sinatra/base.rb', line 1541 def put(path, opts = {}, &block) route 'PUT', path, opts, &block end