File: windows.rb

package info (click to toggle)
ruby-rest-client 2.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 860 kB
  • sloc: ruby: 3,844; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
module RestClient
  module Windows
  end
end

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