DEBSOURCES
Skip Quicknav
sources / ruby-rest-client / 2.1.0-4 / lib / restclient / windows.rb
12345678
module RestClient module Windows end end if RestClient::Platform.windows? require_relative './windows/root_certs' end