Path  FileUtils::NoWrite

Methods

Generated with Razzle Dazzle Redfish

[Validate]

NoWrite

Public Instance Methods

stage(stage_directory, files) click to toggle source

def stage(stage_directory, files, options={})

  options[:noop] = true
  FileUtils.stage(stage_directory, files, options={})

end

 Stage by hard linking included files to a stage directory.

   stage_directory   Stage directory.
   files             Files to link to stage.
# File lib/path/fileutils.rb, line 97
    def stage(stage_directory, files)
      return stage_directory  # Don't link to stage if dryrun.
    end

Disabled; run with --debug to generate this.