class YARD::Server::Commands::RootRequestCommand

Serves requests from the root of the server

def run

def run
  static_template_file? || favicon? || not_found
end