From 7d85e0f95cbc75fe0a6f10d1b9c575e415868857 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 13 Aug 2017 21:55:53 +0900 Subject: Use frozen string literal in tools/ --- tools/profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/profile') diff --git a/tools/profile b/tools/profile index 01e513c67a..6fb571f43b 100755 --- a/tools/profile +++ b/tools/profile @@ -1,4 +1,6 @@ #!/usr/bin/env ruby +# frozen_string_literal: true + # Profile require calls giving information about the time and the files that are called # when loading the provided file. # -- cgit v1.2.3