Sha256: 8bcf4c7fcc7133c932febd05b798a6b0d91864541722d12690c7fa7d370ab1a8
Contents?: true
Size: 496 Bytes
Versions: 163
Compression:
Stored size: 496 Bytes
Contents
module Picky module Generators module Partial # Superclass for partial strategies. # class Strategy < Generators::Strategy # Defines whether to use the exact bundle # instead of the partial one. # # Default is @false@. # # For example: # Partial::None.new # Uses the exact index instead of the partial one. # def use_exact_for_partial? false end end end end end
Version data entries
163 entries across 163 versions & 1 rubygems
Version | Path |
---|---|
picky-3.0.0.pre3 | lib/picky/generators/partial/strategy.rb |
picky-3.0.0.pre2 | lib/picky/generators/partial/strategy.rb |
picky-3.0.0.pre1 | lib/picky/generators/partial/strategy.rb |