Methods

FileUtils::Verbose

Public Instance Methods

stage(stage_directory, files, options={}) click to toggle source
# File lib/standard/facets/fileutils/stage.rb, line 52
def stage(stage_directory, files, options={})
  options[:verbose] = true
  FileUtils.stage(stage_directory, files, options={})
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.