# File keyring.rb, line 215 def self.with_authinfo(protection_domain, &block) # :yields: authentication_information self.new.with_authinfo(protection_domain, &block) end