Parent

Net::HTTP

Public Class Methods

new(*args) click to toggle source
    # File lib/monkey_patches.rb, line 29
29:   def initialize(*args)
30:     old_initialize(*args)
31:     @ssl_context = OpenSSL::SSL::SSLContext.new
32:     @ssl_context.verify_mode = OpenSSL::SSL::VERIFY_NONE
33:   end
Also aliased as: old_initialize

Public Instance Methods

old_initialize(*args) click to toggle source
Alias for: new

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.