Searched refs:chown_R (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ruby-106/ruby/lib/
H A Dfileutils.rb42 # chown_R(user, group, list, options)
1049 # FileUtils.chown_R 'www', 'www', '/var/www/htdocs'
1050 # FileUtils.chown_R 'cvs', 'cvs', '/var/cvs', :verbose => true
1052 def chown_R(user, group, list, options = {}) method in class:copy_entry
1053 fu_check_options options, OPT_TABLE['chown_R']
1073 module_function :chown_R
1075 OPT_TABLE['chown_R'] = [:noop, :verbose, :force]
/macosx-10.10/ruby-106/ruby/test/fileutils/
H A Dtest_fileutils.rb1035 check_singleton :chown_R

Completed in 61 milliseconds