1549
# File 'lib/sinatra/base.rb', line 1549 def options(path, opts = {}, &block) route 'OPTIONS', path, opts, &block end