summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-15 02:56:04 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-15 02:56:04 +0000
commit710d9384e7c31950de49ebc1bb4fb3599b16ab5c (patch)
tree1ebdc8a2be763ff2dada879cbeb19742d43971bf /lib
parent37a8a2a26e607908207ca2854b82b5ff7db91d68 (diff)
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
Diffstat (limited to 'lib')
-rw-r--r--lib/profile.rb2
1 files changed, 1 insertions, 1 deletions
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 = {