Method: Dependabot::Nuget::FileUpdater::ProjectFileDeclarationFinder#declaration_nodes
- Defined in:
- lib/dependabot/nuget/file_updater/project_file_declaration_finder.rb
#declaration_nodes ⇒ Object
38 39 40 41 42 |
# File 'lib/dependabot/nuget/file_updater/project_file_declaration_finder.rb', line 38 def declaration_nodes declaration_strings.map do |declaration_string| Nokogiri::XML(declaration_string) end end |