mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
8 lines
125 B
Ruby
8 lines
125 B
Ruby
module RestClient
|
|
module Windows
|
|
end
|
|
end
|
|
|
|
if RestClient::Platform.windows?
|
|
require_relative './windows/root_certs'
|
|
end
|