summaryrefslogtreecommitdiff
path: root/test/open-uri/test_ssl.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-18 12:17:52 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-18 12:17:52 +0000
commit89db37cf775340eddc8d3821eb8236b2d8216f0d (patch)
treee97a81c4e9ca9c00c6e580e9e88a9093623e6131 /test/open-uri/test_ssl.rb
parent4eba615a0b898e1e46035c68b9174c4f321466e5 (diff)
* lib/open-uri.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/open-uri/test_ssl.rb')
-rw-r--r--test/open-uri/test_ssl.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/open-uri/test_ssl.rb b/test/open-uri/test_ssl.rb
index fa40f6db65..12e97add85 100644
--- a/test/open-uri/test_ssl.rb
+++ b/test/open-uri/test_ssl.rb
@@ -1,3 +1,5 @@
+#
+# -*- frozen_string_literal: true -*-
require 'test/unit'
require 'open-uri'
require 'stringio'