Sha256: a152cc50af8b15cf80e3662fef7f26efeff47c97c1ab3ea338a480c8dea2cb7b
Contents?: true
Size: 158 Bytes
Versions: 4
Compression:
Stored size: 158 Bytes
Contents
require 'collection_of/version' require 'collection_of/collection' module CollectionOf def self.[](klass, *args) Collection.of(klass, *args) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
collection_of-1.0.6 | lib/collection_of.rb |
collection_of-1.0.5 | lib/collection_of.rb |
collection_of-1.0.4 | lib/collection_of.rb |
collection_of-1.0.3 | lib/collection_of.rb |