Sha256: d5e73b4d290338f0a0c8371a0b081898dd607fe3a2cb8d8b632b1967baac48e7
Contents?: true
Size: 547 Bytes
Versions: 24
Compression:
Stored size: 547 Bytes
Contents
module Internals module Generators module Partial # Does not generate a partial index. # class None < Strategy # Returns an empty index. # def generate_from index {} end # Returns if this strategy's generated file is saved. # def saved? false end # Do not use the partial bundle for getting ids and weights. # def use_exact_for_partial? true end end end end end
Version data entries
24 entries across 24 versions & 1 rubygems