Sha256: af51797a2f657465c5b5a796b980b07a4838d0f2a5f6fdea9fecb03d20556216

Contents?: true

Size: 276 Bytes

Versions: 12

Compression:

Stored size: 276 Bytes

Contents

module Licensee
  module Matchers
    class Matcher
      attr_reader :file

      def initialize(file)
        @file = file
      end

      def match
        raise 'Not implemented'
      end

      def confidence
        raise 'Not implemented'
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
licensee-9.8.0 lib/licensee/matchers/matcher.rb
licensee-9.7.0 lib/licensee/matchers/matcher.rb
licensee-9.6.0 lib/licensee/matchers/matcher.rb
licensee-9.5.0 lib/licensee/matchers/matcher.rb
licensee-9.4.0 lib/licensee/matchers/matcher.rb
licensee-9.3.1 lib/licensee/matchers/matcher.rb
licensee-9.3.0 lib/licensee/matchers/matcher.rb
licensee-9.2.1 lib/licensee/matchers/matcher.rb
licensee-9.2.0 lib/licensee/matchers/matcher.rb
licensee-9.1.0 lib/licensee/matchers/matcher.rb
licensee-9.0.0 lib/licensee/matchers/matcher.rb
licensee-9.0.0.beta.1 lib/licensee/matchers/matcher.rb