Your IP : 216.73.217.79


Current Path : /lib/ruby/vendor_ruby/rubygems/
Upload File :
Current File : //lib/ruby/vendor_ruby/rubygems/openssl.rb

# frozen_string_literal: true

autoload :OpenSSL, "openssl"

module Gem
  HAVE_OPENSSL = defined? OpenSSL::SSL # :nodoc:
end