Class: YARD::Server::Commands::RootRequestCommand
- Includes:
- StaticFileHelpers
- Defined in:
- lib/yard/server/commands/root_request_command.rb
Overview
Serves requests from the root of the server
Instance Method Summary collapse
Methods included from StaticFileHelpers
#favicon?, find_file, #static_template_file?
Constructor Details
This class inherits a constructor from YARD::Server::Commands::Base
Instance Method Details
#run ⇒ Object
9 10 11 |
# File 'lib/yard/server/commands/root_request_command.rb', line 9 def run static_template_file? || favicon? || not_found end |