lib/yard/server/commands/root_request_command.rb in yard-0.9.5 vs lib/yard/server/commands/root_request_command.rb in yard-0.9.6
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module YARD
module Server
module Commands
# Serves requests from the root of the server
class RootRequestCommand < Base