From 1e5684ff2cbde8be819eac1e50e0edbfd120d77b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 24 Apr 2016 02:31:53 +0900 Subject: Add frozen_string_literal: false When you change this to true, you may need to add more tests. --- lib/json/add/regexp.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/json/add/regexp.rb') diff --git a/lib/json/add/regexp.rb b/lib/json/add/regexp.rb index 9adf06c..a93866b 100644 --- a/lib/json/add/regexp.rb +++ b/lib/json/add/regexp.rb @@ -1,3 +1,4 @@ +#frozen_string_literal: false unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end -- cgit v1.2.1