Sha256: d13ead44701c462b6172ab36bd53202821f3e81cebbdaaef5f9b7724ee30ec3c
Contents?: true
Size: 357 Bytes
Versions: 11
Compression:
Stored size: 357 Bytes
Contents
module Coconductor module ProjectFiles class ProjectFile < Licensee::ProjectFiles::ProjectFile def code_of_conduct if matcher matcher.match else CodeOfConduct.find('other') end end undef_method :license undef_method :matched_license undef_method :copyright? end end end
Version data entries
11 entries across 11 versions & 1 rubygems