Method: Bibliothecary::Parsers::Dub.parse_sdl_manifest
- Defined in:
- lib/bibliothecary/parsers/dub.rb
.parse_sdl_manifest(file_contents, options: {}) ⇒ Object
25 26 27 |
# File 'lib/bibliothecary/parsers/dub.rb', line 25 def self.parse_sdl_manifest(file_contents, options: {}) SdlParser.new(:runtime, file_contents).dependencies end |