aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-02-01 21:30:42 +1300
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-02-06 12:21:06 +1300
commitbc503968b208c3b3f8e76d9aa8c6b285963c5ad2 (patch)
treeed5c1ee602bed6eea5447fe501920acc899b5f03 /ext
parent282666c7959d73b21d0d69c5cce671358c142fd5 (diff)
downloadruby-openssl-bc503968b208c3b3f8e76d9aa8c6b285963c5ad2.tar.gz
Prefer `frozen_string_literal: true`.
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/deprecation.rb2
-rw-r--r--ext/openssl/extconf.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/openssl/deprecation.rb b/ext/openssl/deprecation.rb
index 1d51d065..6af7d562 100644
--- a/ext/openssl/deprecation.rb
+++ b/ext/openssl/deprecation.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
module OpenSSL
def self.deprecated_warning_flag
unless flag = (@deprecated_warning_flag ||= nil)
diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb
index 28e73436..344d7596 100644
--- a/ext/openssl/extconf.rb
+++ b/ext/openssl/extconf.rb
@@ -1,5 +1,5 @@
# -*- coding: us-ascii -*-
-# frozen_string_literal: false
+# frozen_string_literal: true
=begin
= Info
'OpenSSL for Ruby 2' project