We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167b0d6 commit e9bb63bCopy full SHA for e9bb63b
lib/jopenssl/version.rb
@@ -6,4 +6,5 @@ module JOpenSSL
6
Object.class_eval do
7
Jopenssl = JOpenSSL
8
private_constant :Jopenssl if respond_to?(:private_constant)
9
+ deprecate_constant :Jopenssl if respond_to?(:deprecate_constant)
10
end
0 commit comments