Method: Dependabot::Nuget::FileUpdater::ProjectFileDeclarationFinder#declaration_strings
- Defined in:
- lib/dependabot/nuget/file_updater/project_file_declaration_finder.rb
#declaration_strings ⇒ Object
34 35 36 |
# File 'lib/dependabot/nuget/file_updater/project_file_declaration_finder.rb', line 34 def declaration_strings @declaration_strings ||= fetch_declaration_strings end |