lib/yard/server/commands/static_file_helpers.rb in yard-0.9.30 vs lib/yard/server/commands/static_file_helpers.rb in yard-0.9.31
- old
+ new
@@ -1,14 +1,13 @@
# frozen_string_literal: true
-require 'webrick/httputils'
module YARD
module Server
module Commands
# Include this module to get access to {#static_template_file?}
# and {favicon?} helpers.
module StaticFileHelpers
- include WEBrick::HTTPUtils
+ include Server::HTTPUtils
# Serves an empty favicon.
# @raise [FinishRequest] finalizes an empty body if the path matches
# /favicon.ico so browsers don't complain.
def favicon?