lib/picky/bundle.rb in picky-4.8.1 vs lib/picky/bundle.rb in picky-4.9.0
- old
+ new
@@ -41,10 +41,12 @@
:partial_strategy,
:similarity_strategy
delegate :[], :[]=, :to => :configuration
delegate :index_directory, :to => :category
-
+
+ # TODO Move the strategies into options.
+ #
def initialize name, category, weight_strategy, partial_strategy, similarity_strategy, options = {}
@name = name
@category = category
@weight_strategy = weight_strategy
\ No newline at end of file