Sha256: 6640680c793e45ca921e5362f597446e1b3d91aa71f92308e3e34bf08b3c7865
Contents?: true
Size: 316 Bytes
Versions: 63
Compression:
Stored size: 316 Bytes
Contents
# frozen_string_literal: true module YARD module Server module Commands # Serves requests from the root of the server class RootRequestCommand < Base include StaticFileHelpers def run static_template_file? || favicon? || not_found end end end end end
Version data entries
63 entries across 62 versions & 9 rubygems