lib/collection_of.rb in collection_of-1.0.2 vs lib/collection_of.rb in collection_of-1.0.3

- old
+ new

@@ -1,6 +1,6 @@ -require 'collection_of/collection' require 'collection_of/version' +require 'collection_of/collection' module CollectionOf def self.[](klass, *args) Collection.of(klass, *args) end