Class: Dependabot::DependencyGraphers::Generic

Inherits:
Base
  • Object
show all
Extended by:
T::Helpers, T::Sig
Defined in:
lib/dependabot/dependency_graphers/generic.rb

Constant Summary

Constants inherited from Base

Base::PURL_TEMPLATE

Instance Attribute Summary

Attributes inherited from Base

#errored_fetching_subdependencies, #prepared

Instance Method Summary collapse

Methods inherited from Base

#initialize, #prepare!, #resolved_dependencies

Constructor Details

This class inherits a constructor from Dependabot::DependencyGraphers::Base

Instance Method Details

#relevant_dependency_fileObject



20
21
22
# File 'lib/dependabot/dependency_graphers/generic.rb', line 20

def relevant_dependency_file
  T.must(filtered_dependency_files.last)
end