Class: SilentPackageManager::FileFetcher

Inherits:
Dependabot::FileFetchers::Base
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/dependabot/silent/file_fetcher.rb

Instance Method Summary collapse

Instance Method Details

#fetch_filesObject



13
14
15
# File 'lib/dependabot/silent/file_fetcher.rb', line 13

def fetch_files
  [manifest].compact
end