You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the documentation Strainer is supposed to clean up temporary directories by relying on Dir.mktmpdir. However, this is not happening with Strainer 3.3.0. The behavior appears to be due to the usage of Dir.mktmpdir. Strainer is calling Dir.mktmpdir with no arguments:
Per the documentation Strainer is supposed to clean up temporary directories by relying on Dir.mktmpdir. However, this is not happening with Strainer 3.3.0. The behavior appears to be due to the usage of Dir.mktmpdir. Strainer is calling Dir.mktmpdir with no arguments:
However, per the Ruby 1.9.3 docs Dir.mktmpdir doesn't clean up after itself when called this way: