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 106 def stage(stage_directory, files) return stage_directory # Don't link to stage if dryrun. end
Generated with the Darkfish Rdoc Generator 2.