From 710d9384e7c31950de49ebc1bb4fb3599b16ab5c Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 15 Jan 2017 02:56:04 +0000 Subject: lib/profile.rb: Specify frozen_string_literal: true. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/profile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/profile.rb b/lib/profile.rb index 39f8370370..e58c92125b 100644 --- a/lib/profile.rb +++ b/lib/profile.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true require 'profiler' RubyVM::InstructionSequence.compile_option = { -- cgit v1.2.3