Is there a way to capture the warnings, something like rescue for exceptions? I do not want to simply disable the warnings (by doing $VERBOSE = nil) but want to capture the content of the warning messages during run time.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
You can redirect
|
|||
|
|
|
This is kinda ugly because you will be writing to files and you might not have permission to write to them, and it will hide ALL output to
|
|||
|
