Class: Coconductor::ProjectFiles::ProjectFile

Inherits:
Licensee::ProjectFiles::ProjectFile
  • Object
show all
Defined in:
lib/coconductor/project_files/project_file.rb

Direct Known Subclasses

CodeOfConductFile

Instance Method Summary collapse

Instance Method Details

#code_of_conductObject



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