Method: RestClient::Windows::RootCerts#initialize
- Defined in:
- lib/restclient/windows/root_certs.rb
#initialize(roots) ⇒ RootCerts
Returns a new instance of RootCerts.
19 20 21 |
# File 'lib/restclient/windows/root_certs.rb', line 19 def initialize(roots) @roots = roots end |