WebRI  Object

In Files

Parent

Methods

[Validate]
Generated with WebRI Redfish 1.2

Object

Public Instance Methods

fileutils() click to toggle source

TODO: options = { :verbose => $DEBUG_RDOC, :noop => $dryrun }

# File lib/webri/extensions/fileutils.rb, line 6
def fileutils
  $dryrun ? FileUtils::DryRun : FileUtils
end

Disabled; run with --debug to generate this.