method
collect_method
collect_method(opt)
private
Returns an Array of method names which have the option opt.
p FileUtils.collect_method(:preserve) #=> ["cp", "cp_r", "copy", "install"]
collect_method(opt)
private
Returns an Array of method names which have the option opt.
p FileUtils.collect_method(:preserve) #=> ["cp", "cp_r", "copy", "install"]