aboutsummaryrefslogtreecommitdiffstats
path: root/lib/shellwords.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 09:25:48 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 09:25:48 +0000
commit63f486f1dbc220aacad4a7fa4d47a370c6071d90 (patch)
tree4f9b0c5655f9d5af9e1b58ad830ab8e91fe1c1d3 /lib/shellwords.rb
parent653f291b66349a76dc1bf1fbb1d682cec65e2866 (diff)
downloadruby-63f486f1dbc220aacad4a7fa4d47a370c6071d90.tar.gz
remove duplicated frozen_string_literal magic comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/shellwords.rb')
-rw-r--r--lib/shellwords.rb1
1 files changed, 0 insertions, 1 deletions
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