Flowdock
method

get_cert_files

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Request
get_cert_files() public

No documentation

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

Hide source
# File lib/rubygems/request.rb, line 43
  def self.get_cert_files
    pattern = File.expand_path("./ssl_certs/*/*.pem", File.dirname(__FILE__))
    Dir.glob(pattern)
  end
Register or log in to add new notes.