summaryrefslogtreecommitdiff
path: root/lib/json/add/complex.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/json/add/complex.rb')
-rw-r--r--lib/json/add/complex.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/json/add/complex.rb b/lib/json/add/complex.rb
index 2723f60..28ef734 100644
--- a/lib/json/add/complex.rb
+++ b/lib/json/add/complex.rb
@@ -1,3 +1,4 @@
+#frozen_string_literal: false
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
require 'json'
end
@@ -25,4 +26,4 @@ class Complex
def to_json(*)
as_json.to_json
end
-end \ No newline at end of file
+end