# File lib/rubygems/gem_openssl.rb, line 31
    def ensure_ssl_available
      unless ssl_available?
        fail Gem::Exception, "SSL is not installed on this system"
      end
    end