method

new

ruby latest stable - Class: Bundler::Fetcher::SSLError

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

new(msg = nil)
public

No documentation available.

# File lib/bundler/fetcher.rb, line 34
      def initialize(msg = nil)
        super msg || "Could not load OpenSSL.\n"              "You must recompile Ruby with OpenSSL support or change the sources in your "              "Gemfile from 'https' to 'http'. Instructions for compiling with OpenSSL "              "using RVM are available at rvm.io/packages/openssl."
      end