Class: SilentPackageManager::FileFetcher

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

Instance Method Summary collapse

Instance Method Details

#fetch_filesObject



9
10
11
# File 'lib/dependabot/silent/file_fetcher.rb', line 9

def fetch_files
  [manifest].compact
end