From 01c432169f53bfc83a001baac91a890dfbf5af35 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 10 Dec 2015 00:32:53 +0000 Subject: disable frozen-string-literal * lib/mkmf.rb, lib/shellwords.rb: disable frozen-string-literal. [ruby-core:72011] [Bug #11800] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/shellwords.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/shellwords.rb') diff --git a/lib/shellwords.rb b/lib/shellwords.rb index 2b72750a6b..ccc1c31060 100644 --- a/lib/shellwords.rb +++ b/lib/shellwords.rb @@ -1,3 +1,4 @@ +# frozen-string-literal: false ## # == Manipulates strings like the UNIX Bourne shell # -- cgit v1.2.3