Module: FileUtils::DryRun

Extended by:
DryRun
Includes:
FileUtils
Included in:
DryRun
Defined in:
lib/fileutils.rb

Overview

This module has all methods of FileUtils module, but never changes files/directories, with printing message before acting. This equates to passing the :noop and :verbose flag to methods in FileUtils.

Constant Summary

Constants included from FileUtils

METHODS, OPT_TABLE

Method Summary

Methods included from FileUtils

#cd, #chmod, #chmod_R, #chown, #chown_R, #compare_file, #compare_stream, #copy_entry, #copy_file, #copy_stream, #cp, #cp_r, #fu_have_symlink?, #fu_mkdir, #fu_stat_identical_entry?, #fu_world_writable?, #install, #ln, #ln_s, #ln_sf, #mkdir, #mkdir_p, #mv, private_module_function, #pwd, #remove_dir, #remove_entry, #remove_entry_secure, #remove_file, #rename_cannot_overwrite_file?, #rm, #rm_f, #rm_r, #rm_rf, #rmdir, #touch, #uptodate?