From a4fde3b60cc16672c69bdfd986e8655a08b39fa4 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 6 Feb 2017 13:23:39 +0000 Subject: {ext,test}/strscan: Specify frozen_string_literal: true. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/strscan/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/strscan/extconf.rb') diff --git a/ext/strscan/extconf.rb b/ext/strscan/extconf.rb index c968f81c95..714fa99fae 100644 --- a/ext/strscan/extconf.rb +++ b/ext/strscan/extconf.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true require 'mkmf' $INCFLAGS << " -I$(top_srcdir)" create_makefile 'strscan' -- cgit v1.2.3