Files
server/usr/lib/ruby/3.2.0/rubygems/openssl.rb
2026-01-07 20:52:11 +01:00

8 lines
125 B
Ruby

# frozen_string_literal: true
autoload :OpenSSL, "openssl"
module Gem
HAVE_OPENSSL = defined? OpenSSL::SSL # :nodoc:
end