lib/picky/generators/strategy.rb in picky-3.3.1 vs lib/picky/generators/strategy.rb in picky-3.3.2
- old
+ new
@@ -5,9 +5,11 @@
class Strategy
# By default, all caches are saved in a
# storage (like a file).
#
+ # TODO Move to the backends?
+ #
def saved?
true
end
end
\ No newline at end of file