diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-07-14 03:48:54 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-07-14 03:48:54 +0000 |
commit | bf7cc652ae0fc0c3d9683c3a762669c2d28737a4 (patch) | |
tree | 83162d26b03d96ed063e561704b89f61e10b928d /ext/json/extconf.rb | |
parent | 9632e413a7e0484a931fd5706814500acd8be26c (diff) |
* 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
Diffstat (limited to 'ext/json/extconf.rb')
-rw-r--r-- | ext/json/extconf.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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') - |