module FileUtils::NoWrite
Make public (for all submodules too).
Public Instance Methods
stage(stage_directory, files, options={})
click to toggle source
# File lib/standard/facets/fileutils/stage.rb, line 44 def stage(stage_directory, files, options={}) options[:noop] = true FileUtils.stage(stage_directory, files, options={}) end