module Gem::Security

def self.trusted_certificates(&block)

def self.trusted_certificates(&block)
  trust_dir.each_certificate(&block)
end