Sha256: 4eb90997d1d91502723b0ee79bbbb17743631042289db8f0c3af5fa166fe80b9

Contents?: true

Size: 352 Bytes

Versions: 2

Compression:

Stored size: 352 Bytes

Contents

# frozen_string_literal: true

module Coconductor
  module Matchers
    class Dice < Licensee::Matchers::Dice
      include Coconductor::Matchers::Matcher

      undef_method :licenses_by_similarity
      undef_method :potential_licenses

      private

      def minimum_confidence
        Coconductor.confidence_threshold
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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