Method: LicenseFinder::NoticeFiles#find

Defined in:
lib/license_finder/package_utils/notice_files.rb

#find(options = {}) ⇒ Object



18
19
20
21
# File 'lib/license_finder/package_utils/notice_files.rb', line 18

def find(options = {})
  paths_of_candidate_files
    .map { |path| PossibleLicenseFile.new(path, options) } # Not really possible license files, but that class has all we need.
end