JRuby ships a version of tempfile based on JVM tempfile logic. We also have our Tempfile directly extend File which can be lead to some differing behavior. We would like to use the gem, so we will need to resolve these differences. I will handle the work necessary.
JRuby ships a version of tempfile based on JVM tempfile logic. We also have our Tempfile directly extend File which can be lead to some differing behavior. We would like to use the gem, so we will need to resolve these differences. I will handle the work necessary.