Sha256: 03c3ccca3acc0c6fcae28b24bc530ceb9cfbfa865be1c45d1556fe298844c1ff

Contents?: true

Size: 192 Bytes

Versions: 2

Compression:

Stored size: 192 Bytes

Contents

# frozen_string_literal: true

module Coconductor
  module Matchers
    module Matcher
      def potential_matches
        @potential_matches ||= CodeOfConduct.all
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
coconductor-0.10.1 lib/coconductor/matchers/matcher.rb
coconductor-0.10.0 lib/coconductor/matchers/matcher.rb