Method: Licensee::ProjectFiles::LicenseFile#license
- Defined in:
- lib/licensee/project_files/license_file.rb
#license ⇒ Object
92 93 94 95 96 97 98 |
# File 'lib/licensee/project_files/license_file.rb', line 92 def license if matcher&.match matcher.match else License.find('other') end end |