lib/redistat/collection.rb in redistat-0.0.4 vs lib/redistat/collection.rb in redistat-0.0.5
- old
+ new
@@ -10,7 +10,11 @@
@from = options[:from] ||= nil
@till = options[:till] ||= nil
@depth = options[:depth] ||= nil
end
+ def total
+ @total ||= {}
+ end
+
end
end
\ No newline at end of file