Method: Puppet::ModuleTool::Checksums#each

Defined in:
lib/puppet/module_tool/checksums.rb

#each(&block) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

TODO: Why?



46
47
48
# File 'lib/puppet/module_tool/checksums.rb', line 46

def each(&block)
  data.each(&block)
end