1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
rest-client--rest-client/lib/restclient/windows.rb
2014-04-03 14:05:18 -07:00

8 lines
125 B
Ruby

module RestClient
module Windows
end
end
if RestClient::Platform.windows?
require_relative './windows/root_certs'
end