Method: Puppet::ModuleTool::Checksums#initialize

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

#initialize(path) ⇒ Checksums

Instantiate object with string path to create checksums from.



15
16
17
# File 'lib/puppet/module_tool/checksums.rb', line 15

def initialize(path)
  @path = Pathname.new(path)
end