From e527695d50680f73c71f8ea90f92e678d3239f9e Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 18 Jan 2017 12:35:10 +0000 Subject: lib/profiler.rb: Specify frozen_string_literal: true. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/profiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/profiler.rb') diff --git a/lib/profiler.rb b/lib/profiler.rb index ab55e1fe48..b3c9f7f46a 100644 --- a/lib/profiler.rb +++ b/lib/profiler.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Profile provides a way to Profile your Ruby application. # # Profiling your program is a way of determining which methods are called and -- cgit v1.2.3