Sha256: 984ab36fb5a398c14b4456d811fc36ae647ec2dfa0f000f8aa61263202472e68

Contents?: true

Size: 729 Bytes

Versions: 124

Compression:

Stored size: 729 Bytes

Contents

# This was a simple way to turn file names into singletons,
#
# The theory was, like:
# 1. Turn filenames into singletons.
# 2. ????
# 3. Huge memory savings!
#
# In practice it used several MB more memory overall, and it cost more CPU
# time, and it added complexity to the code.  Which was awesome.
#
# So, I gutted it.  It doesn't do anything any more, but we retain the
# external form that people included so that they don't explode so much.
#
# This should be removed from the system after a graceful deprecation period,
# probably about the time that a version of Puppet containing this change is
# the last supported version. --daniel 2012-07-17
class Puppet::FileCollection
  require 'puppet/file_collection/lookup'
end

Version data entries

124 entries across 124 versions & 4 rubygems

Version Path
puppet-retrospec-0.12.2 vendor/gems/puppet-3.7.3/lib/puppet/file_collection.rb
puppet-3.8.7 lib/puppet/file_collection.rb
puppet-3.8.7-x86-mingw32 lib/puppet/file_collection.rb
puppet-3.8.7-x64-mingw32 lib/puppet/file_collection.rb
puppet-3.8.6 lib/puppet/file_collection.rb
puppet-3.8.6-x86-mingw32 lib/puppet/file_collection.rb
puppet-retrospec-0.12.1 vendor/gems/puppet-3.7.3/lib/puppet/file_collection.rb
puppet-3.8.6-x64-mingw32 lib/puppet/file_collection.rb
puppet-retrospec-0.12.0 vendor/gems/puppet-3.7.3/lib/puppet/file_collection.rb
puppet-3.8.5 lib/puppet/file_collection.rb
puppet-3.8.5-x86-mingw32 lib/puppet/file_collection.rb
puppet-3.8.5-x64-mingw32 lib/puppet/file_collection.rb
puppet-3.8.4 lib/puppet/file_collection.rb
puppet-3.8.4-x86-mingw32 lib/puppet/file_collection.rb
puppet-3.8.4-x64-mingw32 lib/puppet/file_collection.rb
puppet-retrospec-0.11.0 vendor/gems/puppet-3.7.3/lib/puppet/file_collection.rb
puppet-retrospec-0.10.0 vendor/gems/puppet-3.7.3/lib/puppet/file_collection.rb
puppet-retrospec-0.9.1 vendor/gems/puppet-3.7.3/lib/puppet/file_collection.rb
puppet-retrospec-0.9.0 vendor/gems/puppet-3.7.3/lib/puppet/file_collection.rb
puppet-retrospec-0.8.1 vendor/gems/puppet-3.7.3/lib/puppet/file_collection.rb