Method: Coconductor::ProjectFiles::ProjectFile#code_of_conduct
- Defined in:
- lib/coconductor/project_files/project_file.rb
#code_of_conduct ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/coconductor/project_files/project_file.rb', line 6 def code_of_conduct if matcher matcher.match else CodeOfConduct.find('other') end end |