lib/picky/generators/weights/dynamic.rb in picky-4.0.0pre1 vs lib/picky/generators/weights/dynamic.rb in picky-4.0.0pre2

- old
+ new

@@ -11,10 +11,10 @@ # Examples: # * Picky::Weights::Dynamic.new do |str_or_sym| # sym_or_str * length # end # - class Dynamic < Runtime + class Dynamic < Stub # Give it a block that takes a string/symbol # and returns a weight. # def initialize &calculation \ No newline at end of file