Method: Licensee::ProjectFiles::ProjectFile#confidence

Defined in:
lib/licensee/project_files/project_file.rb

#confidenceObject

Returns the percent confident with the match



74
75
76
# File 'lib/licensee/project_files/project_file.rb', line 74

def confidence
  matcher&.confidence
end