From bf7cc652ae0fc0c3d9683c3a762669c2d28737a4 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 14 Jul 2016 03:48:54 +0000 Subject: * ext/json/**/*.rb: merge original files from upstream repository. It only fixes styles of frozen string literal. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/json/extconf.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/json/extconf.rb') diff --git a/ext/json/extconf.rb b/ext/json/extconf.rb index ad1ef9ba82..7595d58a98 100644 --- a/ext/json/extconf.rb +++ b/ext/json/extconf.rb @@ -1,4 +1,2 @@ -# frozen_string_literal: false require 'mkmf' create_makefile('json') - -- cgit v1.2.3