45 46 47
# File 'lib/fuzz/system.rb', line 45 def chmod(mode, path) FileUtils.chmod(mode, path, :verbose => Fuzz.verbose?) end