Below code is not allowing me to save the information to the log file. Appreciate your help ` file = File.new( "log/benchmarking.log", "w+" ) TimeUp.print_detailed_summary(file) `
Below code is not allowing me to save the information to the log file. Appreciate your help
`
file = File.new( "log/benchmarking.log", "w+" )
TimeUp.print_detailed_summary(file)
`