lib/picky/generators/strategy.rb in picky-2.7.0 vs lib/picky/generators/strategy.rb in picky-3.0.0.pre1

- old
+ new

@@ -1,14 +1,18 @@ -module Generators +module Picky - class Strategy - - # By default, all caches are saved in a - # storage (like a file). - # - def saved? - true + module Generators + + class Strategy + + # By default, all caches are saved in a + # storage (like a file). + # + def saved? + true + end + end - + end end \ No newline at end of file