lib/picky/generators/weights/strategy.rb in picky-2.7.0 vs lib/picky/generators/weights/strategy.rb in picky-3.0.0.pre1
- old
+ new
@@ -1,9 +1,13 @@
-module Generators
- module Weights
- # Superclass for weighing strategies.
- #
- class Strategy < Generators::Strategy
-
+module Picky
+
+ module Generators
+ module Weights
+ # Superclass for weighing strategies.
+ #
+ class Strategy < Generators::Strategy
+
+ end
end
end
+
end
\ No newline at end of file