Method: Licensee::ProjectFiles::LicenseFile#possible_matchers
- Defined in:
- lib/licensee/project_files/license_file.rb
#possible_matchers ⇒ Object
67 68 69 |
# File 'lib/licensee/project_files/license_file.rb', line 67 def possible_matchers [Matchers::Copyright, Matchers::Exact, Matchers::Dice] end |