Object
# 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
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.