lib/picky/cacher/generator.rb in picky-0.0.3 vs lib/picky/cacher/generator.rb in picky-0.0.4
- old
+ new
@@ -1,17 +1,15 @@
module Cacher
-
- # A cache generator holds an index type.
+
+ # A cache generator holds an index.
#
- # TODO Rename to index_type.
- #
class Generator
-
+
attr_reader :index
-
+
def initialize index
@index = index
end
-
+
end
-
+
end
\ No newline at end of file