PATH:
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
FileUtils
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Options: preserve noop verbose dereference_root remove_destination" - !ruby/struct:SM::Flow::P body: Copies <tt>src</tt> to <tt>dest</tt>. If <tt>src</tt> is a directory, this method copies all its contents recursively. If <tt>dest</tt> is a directory, copies <tt>src</tt> to +dest/src+. - !ruby/struct:SM::Flow::P body: <tt>src</tt> can be a list of files. - !ruby/struct:SM::Flow::VERB body: " # Installing ruby library "mylib" under the site_ruby\n FileUtils.rm_r site_ruby + '/mylib', :force\n FileUtils.cp_r 'lib/', site_ruby + '/mylib'\n\n # Examples of copying several files to target directory.\n FileUtils.cp_r %w(mail.rb field.rb debug/), site_ruby + '/tmail'\n FileUtils.cp_r Dir.glob('*.rb'), '/home/aamine/lib/ruby', :noop => true, :verbose => true\n\n # If you want to copy all contents of a directory instead of the\n # directory itself, c.f. src/x -> dest/x, src/y -> dest/y,\n # use following code.\n FileUtils.cp_r 'src/.', 'dest' # cp_r('src', 'dest') makes src/dest,\n # but this doesn't.\n" full_name: FileUtils#cp_r is_singleton: false name: cp_r params: (src, dest, options = {}) visibility: public
[+]
NoWrite
[-] collect_method-c.yaml
[edit]
[-] rm_rf-i.yaml
[edit]
[-] cp_r-i.yaml
[edit]
[-] remove_dir-i.yaml
[edit]
[-] cd-i.yaml
[edit]
[-] ln_s-i.yaml
[edit]
[-] getwd-i.yaml
[edit]
[-] link-i.yaml
[edit]
[-] chown_R-i.yaml
[edit]
[-] fu_world_writable%3f-i.yaml
[edit]
[-] options-c.yaml
[edit]
[-] remove-i.yaml
[edit]
[-] chown-i.yaml
[edit]
[-] identical%3f-i.yaml
[edit]
[-] cp-i.yaml
[edit]
[-] makedirs-i.yaml
[edit]
[-] rm_r-i.yaml
[edit]
[+]
StreamUtils_
[-] fu_have_symlink%3f-i.yaml
[edit]
[-] copy_file-i.yaml
[edit]
[+]
Verbose
[-] move-i.yaml
[edit]
[-] rmdir-i.yaml
[edit]
[-] uptodate%3f-i.yaml
[edit]
[-] rm-i.yaml
[edit]
[-] remove_file-i.yaml
[edit]
[-] safe_unlink-i.yaml
[edit]
[-] touch-i.yaml
[edit]
[+]
Entry_
[-] rmtree-i.yaml
[edit]
[-] copy_stream-i.yaml
[edit]
[-] commands-c.yaml
[edit]
[-] cmp-i.yaml
[edit]
[-] ln_sf-i.yaml
[edit]
[-] mv-i.yaml
[edit]
[-] mkpath-i.yaml
[edit]
[-] chdir-i.yaml
[edit]
[-] remove_entry_secure-i.yaml
[edit]
[-] ln-i.yaml
[edit]
[-] compare_file-i.yaml
[edit]
[-] remove_entry-i.yaml
[edit]
[+]
DryRun
[-] install-i.yaml
[edit]
[-] have_option%3f-c.yaml
[edit]
[-] pwd-i.yaml
[edit]
[-] symlink-i.yaml
[edit]
[-] rm_f-i.yaml
[edit]
[-] chmod_R-i.yaml
[edit]
[-] cdesc-FileUtils.yaml
[edit]
[-] mkdir-i.yaml
[edit]
[+]
..
[-] copy-i.yaml
[edit]
[-] compare_stream-i.yaml
[edit]
[-] mkdir_p-i.yaml
[edit]
[-] copy_entry-i.yaml
[edit]
[-] options_of-c.yaml
[edit]
[-] chmod-i.yaml
[edit]