Module
FileOperations
In:
setup.rb
This module requires: verbose?, no_harm?
Methods
command
diff?
directories_of
extdir?
files_of
force_remove_file
install
make
mkdir_p
move_file
remove_file
remove_tree
remove_tree0
rm_f
rm_rf
ruby
Constants
DIR_REJECT
=
%w( . .. CVS SCCS RCS CVS.adm .svn )
Public Instance methods
command
(*args)
diff?
(new_content, path)
directories_of
(dir)
extdir?
(dir)
files_of
(dir)
force_remove_file
(path)
install
(from, dest, mode, prefix = nil)
make
(task = nil)
mkdir_p
(dirname, prefix = nil)
move_file
(src, dest)
remove_file
(path)
remove_tree
(path)
remove_tree0
(path)
rm_f
(path)
rm_rf
(path)
ruby
(*args)
[Validate]