module PathAttr

def self.set_path(file, path)

def self.set_path(file, path)
  file.extend(self).instance_variable_set(:@path, path)
end