Sha256: 5f47c22776bb39a72f34d8e5ca164b02fd5f87431642d4fe11d9d7547da2a9c5
Contents?: true
Size: 530 Bytes
Versions: 1
Compression:
Stored size: 530 Bytes
Contents
class LooseTightDictionary class Result #:nodoc: all attr_accessor :needle attr_accessor :tighteners attr_accessor :blockings attr_accessor :identities attr_accessor :candidates attr_accessor :joint attr_accessor :disjoint attr_accessor :possibly_identical attr_accessor :certainly_different attr_accessor :similarities attr_accessor :record attr_accessor :score def haystack joint + disjoint end def free # nothing to see here end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
loose_tight_dictionary-1.0.3 | lib/loose_tight_dictionary/result.rb |