Sha256: 19820c9b08fa5fc0d6f1b7a09c41835f310f273db1f8526be911eb3aabb3404b
Contents?: true
Size: 365 Bytes
Versions: 24
Compression:
Stored size: 365 Bytes
Contents
module Picky module Generators # The partial generator uses a subtoken(downto:1) generator as default. # class PartialGenerator < Base # Generate a partial index based on the given inverted index. # def generate strategy = Partial::Substring.new(from: 1) strategy.generate_from self.inverted end end end end
Version data entries
24 entries across 24 versions & 1 rubygems