# File lib/puppet/module/tool/applications/checksummer.rb, line 6 def initialize(path, options = {}) @path = Pathname.new(path) super(options) end