# File lib/rake/file_utils_ext.rb, line 110 110: def when_writing(msg=nil) 111: if FileUtilsExt.nowrite_flag 112: $stderr.puts "DRYRUN: #{msg}" if msg 113: else 114: yield 115: end 116: end