lib/logcabin.rb in logcabin-0.1.0 vs lib/logcabin.rb in logcabin-0.1.1

- old
+ new

@@ -4,10 +4,10 @@ class << self ## # Insert a helper .new() method for creating a new Cache object def new(*args) - self::Collection.new(*args) + self::DirCollection.new(*args) end end ## # Empty module for namespacing dynamic modules