# File lib/puppet/util/filetype.rb, line 78 78: def initialize(path) 79: raise ArgumentError.new("Path is nil") if path.nil? 80: @path = path 81: end