Using roo gem on Windows with the following code:
require 'roo'
require 'roo-xls'
workbook = Roo::Excel.new 'test.xls'
I get message to STDOUT
[DEPRECATION] extend Roo::Tempdir and use its .make_tempdir instead
The code works fine after that, I am able to do everyting I want. However, I want to get rid of this message (without making a new class or anything like that, it's just opening a file... right?). How do I do that?