diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-16 09:25:48 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-16 09:25:48 +0000 |
commit | 63f486f1dbc220aacad4a7fa4d47a370c6071d90 (patch) | |
tree | 4f9b0c5655f9d5af9e1b58ad830ab8e91fe1c1d3 | |
parent | 653f291b66349a76dc1bf1fbb1d682cec65e2866 (diff) |
remove duplicated frozen_string_literal magic comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/mkmf.rb | 1 | ||||
-rw-r--r-- | lib/shellwords.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb index 2904dc0589..d8bc1b525d 100644 --- a/lib/mkmf.rb +++ b/lib/mkmf.rb @@ -1,5 +1,4 @@ # -*- coding: us-ascii -*- -# frozen_string_literal: false # frozen-string-literal: false # module to create Makefile for extension modules # invoke like: ruby -r mkmf extconf.rb diff --git a/lib/shellwords.rb b/lib/shellwords.rb index 76aedbc179..0030f0784f 100644 --- a/lib/shellwords.rb +++ b/lib/shellwords.rb @@ -1,4 +1,3 @@ -# frozen_string_literal: false # frozen-string-literal: true ## # == Manipulates strings like the UNIX Bourne shell |