Flowdock
method

cert_from_file

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SOAP::HTTPConfigLoader
cert_from_file(filename) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/soap/httpconfigloader.rb, line 109
  def cert_from_file(filename)
    OpenSSL::X509::Certificate.new(File.open(filename) { |f| f.read })
  end
Register or log in to add new notes.