Module: Avm::Files::RunnerWith::FilesystemRenamer::PrependMethods

Defined in:
lib/avm/files/runner_with/filesystem_renamer.rb

Instance Method Summary collapse

Instance Method Details

#traverser_check_file(path) ⇒ void

This method returns an undefined value.

Parameters:

  • path (Pathname)


61
62
63
64
# File 'lib/avm/files/runner_with/filesystem_renamer.rb', line 61

def traverser_check_file(path)
  file = RenameFile.new(self, file_class.new(path))
  files << file if file.valid?
end