Method: Puppet::ModuleTool::Applications::Checksummer#initialize
- Defined in:
- lib/puppet/module_tool/applications/checksummer.rb
#initialize(path, options = {}) ⇒ Checksummer
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.
Returns a new instance of Checksummer.
9 10 11 12 |
# File 'lib/puppet/module_tool/applications/checksummer.rb', line 9 def initialize(path, = {}) @path = Pathname.new(path) super() end |