class YARD::Server::Commands::RootRequestCommand

Serves requests from the root of the server

Public Instance Methods

run() click to toggle source
# File lib/yard/server/commands/root_request_command.rb, line 9
def run
  static_template_file? || favicon? || not_found
end