From 2da413fe65595e95b16e9e01afa240d5c668a03a Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 2 Jul 2018 18:20:06 -0700 Subject: fix Style/MutableConstant Signed-off-by: Lamont Granquist --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 2ec934c432..97ec59ae5d 100644 --- a/Rakefile +++ b/Rakefile @@ -61,7 +61,7 @@ end begin require "yard" - DOC_FILES = [ "README.rdoc", "LICENSE", "spec/tiny_server.rb", "lib/**/*.rb" ] + DOC_FILES = [ "README.rdoc", "LICENSE", "spec/tiny_server.rb", "lib/**/*.rb" ].freeze namespace :yard do desc "Create YARD documentation" -- cgit v1.2.1