Class: Dependabot::DependencyGraphers::Generic
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/dependabot/dependency_graphers/generic.rb
Constant Summary
Constants inherited from Base
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_file ⇒ Object
20 21 22 |
# File 'lib/dependabot/dependency_graphers/generic.rb', line 20 def relevant_dependency_file T.must(filtered_dependency_files.last) end |