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