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

Version Path
kinetic_sdk-5.0.29 gems/yard-0.9.36/lib/yard/server/commands/root_request_command.rb
kinetic_sdk-5.0.28 gems/yard-0.9.36/lib/yard/server/commands/root_request_command.rb
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/yard-0.9.34/lib/yard/server/commands/root_request_command.rb
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/yard-0.9.34/lib/yard/server/commands/root_request_command.rb
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/yard-0.9.34/lib/yard/server/commands/root_request_command.rb
yard-0.9.37 lib/yard/server/commands/root_request_command.rb
kinetic_sdk-5.0.27 gems/yard-0.9.36/lib/yard/server/commands/root_request_command.rb
kinetic_sdk-5.0.26 gems/yard-0.9.36/lib/yard/server/commands/root_request_command.rb
kinetic_sdk-5.0.25 gems/yard-0.9.25/lib/yard/server/commands/root_request_command.rb
kinetic_sdk-5.0.24 gems/yard-0.9.25/lib/yard/server/commands/root_request_command.rb
direct7-0.0.13 vendor/bundle/ruby/2.7.0/gems/yard-0.9.34/lib/yard/server/commands/root_request_command.rb
yard-0.9.36 lib/yard/server/commands/root_request_command.rb
yard-0.9.35 lib/yard/server/commands/root_request_command.rb
direct7-0.0.12 vendor/bundle/ruby/2.7.0/gems/yard-0.9.34/lib/yard/server/commands/root_request_command.rb
kinetic_sdk-5.0.23 gems/yard-0.9.25/lib/yard/server/commands/root_request_command.rb
getargv-0.3.3-universal-darwin vendor/bundle/ruby/3.3.0/gems/yard-0.9.34/lib/yard/server/commands/root_request_command.rb
direct7-0.0.11 vendor/bundle/ruby/2.7.0/gems/yard-0.9.34/lib/yard/server/commands/root_request_command.rb
kinetic_sdk-5.0.22 gems/yard-0.9.25/lib/yard/server/commands/root_request_command.rb
kinetic_sdk-5.0.21 gems/yard-0.9.25/lib/yard/server/commands/root_request_command.rb
yard-0.9.34 lib/yard/server/commands/root_request_command.rb