38 39 40
# File 'lib/models/ose_secret.rb', line 38 def all OSEAdapter.new.fetch_all_secrets.map { |s| OSESecretSerializer.from_yaml(s) } end