Sha256: c2e36c156e55688bf76d4e39f7351ae852990ca793a1e2c25f8aac9ccf7b43c3
Contents?: true
Size: 268 Bytes
Versions: 1
Compression:
Stored size: 268 Bytes
Contents
module Generators # Uses no similarity as default. # class SimilarityGenerator < Base # Generate a similarity index based on the given index. # def generate strategy = Similarity::None.new strategy.generate_from self.index end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
picky-2.6.0 | lib/picky/generators/similarity_generator.rb |