From acea68de026ba657cb65c4dd0fc1f24ba67e1cf8 Mon Sep 17 00:00:00 2001 From: Pat Allan Date: Mon, 14 Aug 2017 19:08:09 +0200 Subject: Adding frozen_string_literal pragma to Railties. --- railties/lib/rails/paths.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/lib/rails/paths.rb') diff --git a/railties/lib/rails/paths.rb b/railties/lib/rails/paths.rb index 6bdb673215..87222563fd 100644 --- a/railties/lib/rails/paths.rb +++ b/railties/lib/rails/paths.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Rails module Paths # This object is an extended hash that behaves as root of the Rails::Paths system. -- cgit v1.2.3