# File lib/puppet/util/filetype.rb, line 83 83: def initialize(path) 84: raise ArgumentError.new("Path is nil") if path.nil? 85: @path = path 86: end