class YARD::Server::Commands::StaticFileCommand

Serves static content when no other router matches a request

def run

def run
  static_template_file? || not_found
end