Bug #7958 » fileutils.rb.verbose_install_fix.patch
lib/fileutils.rb (working copy) | ||
---|---|---|
include StreamUtils_
|
||
extend StreamUtils_
|
||
module Verbose
|
||
include StreamUtils_
|
||
end
|
||
module DryRun
|
||
include StreamUtils_
|
||
end
|
||
module NoWrite
|
||
include StreamUtils_
|
||
end
|
||
class Entry_ #:nodoc: internal use only
|
||
include StreamUtils_
|
||