# File lib/webrick/httpservlet/filehandler.rb, line 182 def do_OPTIONS(req, res) unless exec_handler(req, res) super(req, res) end end