lib/keyring_liberator.rb in cocoapods-keys-1.6.0 vs lib/keyring_liberator.rb in cocoapods-keys-1.6.1

- old
+ new

@@ -60,12 +60,12 @@ rings << get_keyring_at_path(path) end rings end - private - def self.get_keyring_at_path(path) Keyring.from_hash(YAML.load(path.read)) if path.file? end + + private_class_method :get_keyring_at_path end end