Sha256: a0df5f55bf98c3fb1526457b9010887673b7ab194527463f5edbcdec3f330916
Contents?: true
Size: 513 Bytes
Versions: 24
Compression:
Stored size: 513 Bytes
Contents
module Internals 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
24 entries across 24 versions & 1 rubygems